Html Css Color HEX #78785B Kokoda

📋 copy color: '#78785B'

red 120 ◦ green 120 ◦ blue 91

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

Shades of Kokoda #78785B

Tints of Kokoda #78785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 36.25%
G = 36.25%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78785B (or 0x78785B) is known color: Kokoda. HEX triplet: 78, 78 and 5B. RGB value is (120,120,91). Sum of RGB (Red+Green+Blue) = 120+120+91=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78785B is #8787A4. Grayscale: #747474. Windows color (decimal): -8882085 or 5994616. OLE color: 5994616.

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

Color convert

RGB 120 120 91 -
CMYK 0 0 0.24 0.53
HSL 60º 0.14% 0.41% -
HSV(B) 60º 0.24% 0.47% -
XYZ 16.35 18.18 12.55 -
YUV 116.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 120 120 91 0 0 0.24 0.53 60 0.14 0.41
Hex 78 78 5B 0 0 18 35 3C E 29
Octal 170 170 133 0 0 30 65 74 16 51
Binary 1111000 1111000 1011011 0 0 11000 110101 111100 1110 101001

Color Harmonies of #78785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78785B

Black with #78785B

Text Example


Text Example

White with #78785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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