Html Css Color HEX #787860 Kokoda

📋 copy color: '#787860'

red 120 ◦ green 120 ◦ blue 96

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

Shades of Kokoda #787860

Tints of Kokoda #787860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

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

R = 35.71%
G = 35.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#787860 (or 0x787860) is known color: Kokoda. HEX triplet: 78, 78 and 60. RGB value is (120,120,96). Sum of RGB (Red+Green+Blue) = 120+120+96=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787860 is #87879F. Grayscale: #757575. Windows color (decimal): -8882080 or 6322296. OLE color: 6322296.

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

Color convert

RGB 120 120 96 -
CMYK 0 0 0.2 0.53
HSL 60º 0.11% 0.42% -
HSV(B) 60º 0.2% 0.47% -
XYZ 16.57 18.27 13.72 -
YUV 117.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 120 120 96 0 0 0.2 0.53 60 0.11 0.42
Hex 78 78 60 0 0 14 35 3C B 2A
Octal 170 170 140 0 0 24 65 74 13 52
Binary 1111000 1111000 1100000 0 0 10100 110101 111100 1011 101010

Color Harmonies of #787860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787860

Black with #787860

Text Example


Text Example

White with #787860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787860; }

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

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

background-color css

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

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

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

border-color css

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

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

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