Html Css Color HEX #777748 Kokoda

📋 copy color: '#777748'

red 119 ◦ green 119 ◦ blue 72

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

Shades of Kokoda #777748

Tints of Kokoda #777748

RGB

 RED value IS 119 (46.88% from 255) = 38.39%

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 38.39%
G = 38.39%
B = 23.23%

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

#777748 (or 0x777748) is known color: Kokoda. HEX triplet: 77, 77 and 48. RGB value is (119,119,72). Sum of RGB (Red+Green+Blue) = 119+119+72=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777748 is #8888B7. Grayscale: #717171. Windows color (decimal): -8947896 or 4749175. OLE color: 4749175.

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

Color convert

RGB 119 119 72 -
CMYK 0 0 0.39 0.53
HSL 60º 0.25% 0.37% -
HSV(B) 60º 0.39% 0.47% -
XYZ 15.37 17.58 8.71 -
YUV 113.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 119 119 72 0 0 0.39 0.53 60 0.25 0.37
Hex 77 77 48 0 0 27 35 3C 19 25
Octal 167 167 110 0 0 47 65 74 31 45
Binary 1110111 1110111 1001000 0 0 100111 110101 111100 11001 100101

Color Harmonies of #777748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777748

Black with #777748

Text Example


Text Example

White with #777748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777748; }

 p { color: rgb(119,119,72); }

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

background-color css

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

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

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

border-color css

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

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

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