Html Css Color HEX #787766 Kokoda

📋 copy color: '#787766'

red 120 ◦ green 119 ◦ blue 102

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

Shades of Kokoda #787766

Tints of Kokoda #787766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 35.19%
G = 34.9%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#787766 (or 0x787766) is known color: Kokoda. HEX triplet: 78, 77 and 66. RGB value is (120,119,102). Sum of RGB (Red+Green+Blue) = 120+119+102=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #787766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787766 is #878899. Grayscale: #757575. Windows color (decimal): -8882330 or 6715256. OLE color: 6715256.

HSL color Cylindrical-coordinate representation of color #787766: hue angle of 56.67º 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 #787766 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 119 102 -
CMYK 0 0.01 0.15 0.53
HSL 56.67º 0.08% 0.44% -
HSV(B) 56.67º 0.15% 0.47% -
XYZ 16.74 18.15 15.19 -
YUV 117.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 120 119 102 0 0.01 0.15 0.53 56.67 0.08 0.44
Hex 78 77 66 0 1 F 35 39 8 2C
Octal 170 167 146 0 1 17 65 71 10 54
Binary 1111000 1110111 1100110 0 1 1111 110101 111001 1000 101100

Color Harmonies of #787766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787766

Black with #787766

Text Example


Text Example

White with #787766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787766; }

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

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

background-color css

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

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

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

border-color css

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

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

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