Html Css Color HEX #787660 Kokoda

📋 copy color: '#787660'

red 120 ◦ green 118 ◦ blue 96

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

Shades of Kokoda #787660

Tints of Kokoda #787660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 35.93%
G = 35.33%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#787660 (or 0x787660) is known color: Kokoda. HEX triplet: 78, 76 and 60. RGB value is (120,118,96). Sum of RGB (Red+Green+Blue) = 120+118+96=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #787660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787660 is #87899F. Grayscale: #747474. Windows color (decimal): -8882592 or 6321784. OLE color: 6321784.

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

Color convert

RGB 120 118 96 -
CMYK 0 0.02 0.2 0.53
HSL 55º 0.11% 0.42% -
HSV(B) 55º 0.2% 0.47% -
XYZ 16.34 17.79 13.64 -
YUV 116.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 120 118 96 0 0.02 0.2 0.53 55 0.11 0.42
Hex 78 76 60 0 2 14 35 37 B 2A
Octal 170 166 140 0 2 24 65 67 13 52
Binary 1111000 1110110 1100000 0 10 10100 110101 110111 1011 101010

Color Harmonies of #787660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787660

Black with #787660

Text Example


Text Example

White with #787660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787660; }

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

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

background-color css

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

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

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

border-color css

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

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

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