Html Css Color HEX #787849 Kokoda

📋 copy color: '#787849'

red 120 ◦ green 120 ◦ blue 73

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

Shades of Kokoda #787849

Tints of Kokoda #787849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 38.34%
G = 38.34%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#787849 (or 0x787849) is known color: Kokoda. HEX triplet: 78, 78 and 49. RGB value is (120,120,73). Sum of RGB (Red+Green+Blue) = 120+120+73=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787849 is #8787B6. Grayscale: #727272. Windows color (decimal): -8882103 or 4814968. OLE color: 4814968.

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

Color convert

RGB 120 120 73 -
CMYK 0 0 0.39 0.53
HSL 60º 0.24% 0.38% -
HSV(B) 60º 0.39% 0.47% -
XYZ 15.66 17.91 8.93 -
YUV 114.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 120 120 73 0 0 0.39 0.53 60 0.24 0.38
Hex 78 78 49 0 0 27 35 3C 18 26
Octal 170 170 111 0 0 47 65 74 30 46
Binary 1111000 1111000 1001001 0 0 100111 110101 111100 11000 100110

Color Harmonies of #787849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787849

Black with #787849

Text Example


Text Example

White with #787849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787849; }

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

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

background-color css

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

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

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

border-color css

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

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

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