Html Css Color HEX #75863D Wasabi

📋 copy color: '#75863D'

red 117 ◦ green 134 ◦ blue 61

#75863D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #75863D

Tints of Wasabi #75863D

RGB

 RED value IS 117 (46.09% from 255) = 37.5%

 GREEN value IS 134 (52.73% from 255) = 42.95%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 37.5%
G = 42.95%
B = 19.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75863D (or 0x75863D) is known color: Wasabi. HEX triplet: 75, 86 and 3D. RGB value is (117,134,61). Sum of RGB (Red+Green+Blue) = 117+134+61=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #75863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75863D is #8A79C2. Grayscale: #787878. Windows color (decimal): -9075139 or 4032117. OLE color: 4032117.

HSL color Cylindrical-coordinate representation of color #75863D: hue angle of 73.97º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75863D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 61 -
CMYK 0.13 0 0.54 0.47
HSL 73.97º 0.37% 0.38% -
HSV(B) 73.97º 0.54% 0.53% -
XYZ 16.7 21.17 7.62 -
YUV 120.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 117 134 61 0.13 0 0.54 0.47 73.97 0.37 0.38
Hex 75 86 3D D 0 36 2F 4A 25 26
Octal 165 206 75 15 0 66 57 112 45 46
Binary 1110101 10000110 111101 1101 0 110110 101111 1001010 100101 100110

Color Harmonies of #75863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75863D

Black with #75863D

Text Example


Text Example

White with #75863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75863D; }

 p { color: rgb(117,134,61); }

 H1.HeaderClassName
 {
   color: #75863D;
 }
 .AnyTagClassName
 {
   color: #75863D;
 }
</style>

background-color css

<style>
 a { background-color: #75863D; }

 a { background-color: rgb(117,134,61); }

 div.DivClassName
 {
   background-color: #75863D;
 }
 .BgClassName
 {
   background-color: #75863D;
 }
</style>

border-color css

<style>
 span { border-color: #75863D; }

 span { border-color: rgb(117,134,61); }

 td.TdClassName
 {
   border-color: #75863D;
 }
 .TagClassName
 {
   border-color: #75863D;
 }
</style>