Html Css Color HEX #76755C Kokoda

📋 copy color: '#76755C'

red 118 ◦ green 117 ◦ blue 92

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

Shades of Kokoda #76755C

Tints of Kokoda #76755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 36.09%
G = 35.78%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76755C (or 0x76755C) is known color: Kokoda. HEX triplet: 76, 75 and 5C. RGB value is (118,117,92). Sum of RGB (Red+Green+Blue) = 118+117+92=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #76755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76755C is #898AA3. Grayscale: #727272. Windows color (decimal): -9013924 or 6059382. OLE color: 6059382.

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

Color convert

RGB 118 117 92 -
CMYK 0 0.01 0.22 0.54
HSL 57.69º 0.12% 0.41% -
HSV(B) 57.69º 0.22% 0.46% -
XYZ 15.76 17.35 12.64 -
YUV 114.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 118 117 92 0 0.01 0.22 0.54 57.69 0.12 0.41
Hex 76 75 5C 0 1 16 36 3A C 29
Octal 166 165 134 0 1 26 66 72 14 51
Binary 1110110 1110101 1011100 0 1 10110 110110 111010 1100 101001

Color Harmonies of #76755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76755C

Black with #76755C

Text Example


Text Example

White with #76755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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