Html Css Color HEX #76755E Kokoda

📋 copy color: '#76755E'

red 118 ◦ green 117 ◦ blue 94

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

Shades of Kokoda #76755E

Tints of Kokoda #76755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 35.87%
G = 35.56%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76755E (or 0x76755E) is known color: Kokoda. HEX triplet: 76, 75 and 5E. RGB value is (118,117,94). Sum of RGB (Red+Green+Blue) = 118+117+94=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76755E is #898AA1. Grayscale: #727272. Windows color (decimal): -9013922 or 6190454. OLE color: 6190454.

HSL color Cylindrical-coordinate representation of color #76755E: hue angle of 57.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76755E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 94 -
CMYK 0 0.01 0.20 0.54
HSL 57.5º 0.11% 0.42% -
HSV(B) 57.5º 0.2% 0.46% -
XYZ 15.85 17.38 13.11 -
YUV 114.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 118 117 94 0 0.01 0.20 0.54 57.5 0.11 0.42
Hex 76 75 5E 0 1 14 36 3A B 2A
Octal 166 165 136 0 1 24 66 72 13 52
Binary 1110110 1110101 1011110 0 1 10100 110110 111010 1011 101010

Color Harmonies of #76755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76755E

Black with #76755E

Text Example


Text Example

White with #76755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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