#777752

Color #777752 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #777752

Tints of Kokoda #777752

Color information

#777752 (or 0x777752) is unknown color: approx 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

RGB11911982-
CMYK000.310.53
HSL60º18.41%39.41%-
HSV(B)60º31.09%46.67%-
XYZ15.7317.7210.57-
YUV114.78109.5131.01-

RGB Variations

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

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.62%
R=37.19%
G=37.19%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911982000.310.536018.4139.41
Hex777752001F353c1227
Octal167167122003765742247
Binary111011111101111010010001111111010111110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>