Html Css Color HEX #75863E Wasabi

📋 copy color: '#75863E'

red 117 ◦ green 134 ◦ blue 62

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

Shades of Wasabi #75863E

Tints of Wasabi #75863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 37.38%
G = 42.81%
B = 19.81%

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

#75863E (or 0x75863E) is known color: Wasabi. HEX triplet: 75, 86 and 3E. RGB value is (117,134,62). Sum of RGB (Red+Green+Blue) = 117+134+62=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #75863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75863E is #8A79C1. Grayscale: #787878. Windows color (decimal): -9075138 or 4097653. OLE color: 4097653.

HSL color Cylindrical-coordinate representation of color #75863E: hue angle of 74.17º 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 #75863E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 62 -
CMYK 0.13 0 0.54 0.47
HSL 74.17º 0.37% 0.38% -
HSV(B) 74.17º 0.54% 0.53% -
XYZ 16.73 21.18 7.76 -
YUV 120.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 117 134 62 0.13 0 0.54 0.47 74.17 0.37 0.38
Hex 75 86 3E D 0 36 2F 4A 25 26
Octal 165 206 76 15 0 66 57 112 45 46
Binary 1110101 10000110 111110 1101 0 110110 101111 1001010 100101 100110

Color Harmonies of #75863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75863E

Black with #75863E

Text Example


Text Example

White with #75863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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