Html Css Color HEX #777648 Kokoda

📋 copy color: '#777648'

red 119 ◦ green 118 ◦ blue 72

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

Shades of Kokoda #777648

Tints of Kokoda #777648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.19%

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

R = 38.51%
G = 38.19%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#777648 (or 0x777648) is known color: Kokoda. HEX triplet: 77, 76 and 48. RGB value is (119,118,72). Sum of RGB (Red+Green+Blue) = 119+118+72=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #777648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777648 is #8889B7. Grayscale: #717171. Windows color (decimal): -8948152 or 4748919. OLE color: 4748919.

HSL color Cylindrical-coordinate representation of color #777648: hue angle of 58.72º 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 #777648 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 118 72 -
CMYK 0 0.01 0.39 0.53
HSL 58.72º 0.25% 0.37% -
HSV(B) 58.72º 0.39% 0.47% -
XYZ 15.26 17.35 8.68 -
YUV 113.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 119 118 72 0 0.01 0.39 0.53 58.72 0.25 0.37
Hex 77 76 48 0 1 27 35 3B 19 25
Octal 167 166 110 0 1 47 65 73 31 45
Binary 1110111 1110110 1001000 0 1 100111 110101 111011 11001 100101

Color Harmonies of #777648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777648

Black with #777648

Text Example


Text Example

White with #777648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777648; }

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

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

background-color css

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

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

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

border-color css

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

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

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