Html Css Color HEX #78774F Kokoda

📋 copy color: '#78774F'

red 120 ◦ green 119 ◦ blue 79

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

Shades of Kokoda #78774F

Tints of Kokoda #78774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 37.74%
G = 37.42%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78774F (or 0x78774F) is known color: Kokoda. HEX triplet: 78, 77 and 4F. RGB value is (120,119,79). Sum of RGB (Red+Green+Blue) = 120+119+79=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #78774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78774F is #8788B0. Grayscale: #727272. Windows color (decimal): -8882353 or 5207928. OLE color: 5207928.

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

Color convert

RGB 120 119 79 -
CMYK 0 0.01 0.34 0.53
HSL 58.54º 0.21% 0.39% -
HSV(B) 58.54º 0.34% 0.47% -
XYZ 15.75 17.75 9.99 -
YUV 114.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 120 119 79 0 0.01 0.34 0.53 58.54 0.21 0.39
Hex 78 77 4F 0 1 22 35 3B 15 27
Octal 170 167 117 0 1 42 65 73 25 47
Binary 1111000 1110111 1001111 0 1 100010 110101 111011 10101 100111

Color Harmonies of #78774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78774F

Black with #78774F

Text Example


Text Example

White with #78774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78774F; }

 p { color: rgb(120,119,79); }

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

background-color css

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

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

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

border-color css

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

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

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