Html Css Color HEX #777752 Kokoda

📋 copy color: '#777752'

red 119 ◦ green 119 ◦ blue 82

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

Shades of Kokoda #777752

Tints of Kokoda #777752

RGB

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

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

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

R = 37.19%
G = 37.19%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#777752 (or 0x777752) is known color: Kokoda. HEX triplet: 77, 77 and 52. RGB value is (119,119,82). Sum of RGB (Red+Green+Blue) = 119+119+82=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777752 is #8888AD. Grayscale: #727272. Windows color (decimal): -8947886 or 5404535. OLE color: 5404535.

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

Color convert

RGB 119 119 82 -
CMYK 0 0 0.31 0.53
HSL 60º 0.18% 0.39% -
HSV(B) 60º 0.31% 0.47% -
XYZ 15.73 17.72 10.57 -
YUV 114.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 119 119 82 0 0 0.31 0.53 60 0.18 0.39
Hex 77 77 52 0 0 1F 35 3C 12 27
Octal 167 167 122 0 0 37 65 74 22 47
Binary 1110111 1110111 1010010 0 0 11111 110101 111100 10010 100111

Color Harmonies of #777752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777752

Black with #777752

Text Example


Text Example

White with #777752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777752; }

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

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

background-color css

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

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

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

border-color css

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

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

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