Html Css Color HEX #777552 Kokoda

📋 copy color: '#777552'

red 119 ◦ green 117 ◦ blue 82

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

Shades of Kokoda #777552

Tints of Kokoda #777552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 37.42%
G = 36.79%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#777552 (or 0x777552) is known color: Kokoda. HEX triplet: 77, 75 and 52. RGB value is (119,117,82). Sum of RGB (Red+Green+Blue) = 119+117+82=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #777552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777552 is #888AAD. Grayscale: #717171. Windows color (decimal): -8948398 or 5404023. OLE color: 5404023.

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

Color convert

RGB 119 117 82 -
CMYK 0 0.02 0.31 0.53
HSL 56.76º 0.18% 0.39% -
HSV(B) 56.76º 0.31% 0.47% -
XYZ 15.49 17.25 10.5 -
YUV 113.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 119 117 82 0 0.02 0.31 0.53 56.76 0.18 0.39
Hex 77 75 52 0 2 1F 35 39 12 27
Octal 167 165 122 0 2 37 65 71 22 47
Binary 1110111 1110101 1010010 0 10 11111 110101 111001 10010 100111

Color Harmonies of #777552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777552

Black with #777552

Text Example


Text Example

White with #777552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777552; }

 p { color: rgb(119,117,82); }

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

background-color css

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

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

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

border-color css

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

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

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