Html Css Color HEX #76755B Kokoda

📋 copy color: '#76755B'

red 118 ◦ green 117 ◦ blue 91

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

Shades of Kokoda #76755B

Tints of Kokoda #76755B

RGB

 RED value IS 118 (46.48% from 255) = 36.2%

 GREEN value IS 117 (46.09% from 255) = 35.89%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 36.2%
G = 35.89%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76755B (or 0x76755B) is known color: Kokoda. HEX triplet: 76, 75 and 5B. RGB value is (118,117,91). Sum of RGB (Red+Green+Blue) = 118+117+91=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76755B is #898AA4. Grayscale: #727272. Windows color (decimal): -9013925 or 5993846. OLE color: 5993846.

HSL color Cylindrical-coordinate representation of color #76755B: hue angle of 57.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76755B is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 91 -
CMYK 0 0.01 0.23 0.54
HSL 57.78º 0.13% 0.41% -
HSV(B) 57.78º 0.23% 0.46% -
XYZ 15.72 17.33 12.41 -
YUV 114.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 118 117 91 0 0.01 0.23 0.54 57.78 0.13 0.41
Hex 76 75 5B 0 1 17 36 3A D 29
Octal 166 165 133 0 1 27 66 72 15 51
Binary 1110110 1110101 1011011 0 1 10111 110110 111010 1101 101001

Color Harmonies of #76755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76755B

Black with #76755B

Text Example


Text Example

White with #76755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76755B; }

 p { color: rgb(118,117,91); }

 H1.HeaderClassName
 {
   color: #76755B;
 }
 .AnyTagClassName
 {
   color: #76755B;
 }
</style>

background-color css

<style>
 a { background-color: #76755B; }

 a { background-color: rgb(118,117,91); }

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

border-color css

<style>
 span { border-color: #76755B; }

 span { border-color: rgb(118,117,91); }

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