Html Css Color HEX #787666 Kokoda

📋 copy color: '#787666'

red 120 ◦ green 118 ◦ blue 102

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

Shades of Kokoda #787666

Tints of Kokoda #787666

RGB

 RED value IS 120 (47.27% from 255) = 35.29%

 GREEN value IS 118 (46.48% from 255) = 34.71%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 35.29%
G = 34.71%
B = 30%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#787666 (or 0x787666) is known color: Kokoda. HEX triplet: 78, 76 and 66. RGB value is (120,118,102). Sum of RGB (Red+Green+Blue) = 120+118+102=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #787666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787666 is #878999. Grayscale: #747474. Windows color (decimal): -8882586 or 6715000. OLE color: 6715000.

HSL color Cylindrical-coordinate representation of color #787666: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787666 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 118 102 -
CMYK 0 0.02 0.15 0.53
HSL 53.33º 0.08% 0.44% -
HSV(B) 53.33º 0.15% 0.47% -
XYZ 16.62 17.91 15.15 -
YUV 116.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 120 118 102 0 0.02 0.15 0.53 53.33 0.08 0.44
Hex 78 76 66 0 2 F 35 35 8 2C
Octal 170 166 146 0 2 17 65 65 10 54
Binary 1111000 1110110 1100110 0 10 1111 110101 110101 1000 101100

Color Harmonies of #787666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787666

Black with #787666

Text Example


Text Example

White with #787666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787666; }

 p { color: rgb(120,118,102); }

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

background-color css

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

 a { background-color: rgb(120,118,102); }

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

border-color css

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

 span { border-color: rgb(120,118,102); }

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