Html Css Color HEX #787855 Kokoda

📋 copy color: '#787855'

red 120 ◦ green 120 ◦ blue 85

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

Shades of Kokoda #787855

Tints of Kokoda #787855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 36.92%
G = 36.92%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#787855 (or 0x787855) is known color: Kokoda. HEX triplet: 78, 78 and 55. RGB value is (120,120,85). Sum of RGB (Red+Green+Blue) = 120+120+85=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787855 is #8787AA. Grayscale: #747474. Windows color (decimal): -8882091 or 5601400. OLE color: 5601400.

HSL color Cylindrical-coordinate representation of color #787855: hue angle of 60º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #787855 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 120 85 -
CMYK 0 0 0.29 0.53
HSL 60º 0.17% 0.4% -
HSV(B) 60º 0.29% 0.47% -
XYZ 16.1 18.08 11.24 -
YUV 116.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 120 120 85 0 0 0.29 0.53 60 0.17 0.4
Hex 78 78 55 0 0 1D 35 3C 11 28
Octal 170 170 125 0 0 35 65 74 21 50
Binary 1111000 1111000 1010101 0 0 11101 110101 111100 10001 101000

Color Harmonies of #787855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787855

Black with #787855

Text Example


Text Example

White with #787855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787855; }

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

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

background-color css

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

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

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

border-color css

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

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

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