#777352

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

Shades of Kokoda #777352

Tints of Kokoda #777352

Color information

#777352 (or 0x777352) is unknown color: approx Kokoda. HEX triplet: 77, 73 and 52. RGB value is (119,115,82). Sum of RGB (Red+Green+Blue) = 119+115+82=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #777352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777352 is #888CAD. Grayscale: #707070. Windows color (decimal): -8948910 or 5403511. OLE color: 5403511.

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

Color convert

RGB11911582-
CMYK00.030.310.53
HSL53.51º18.41%39.41%-
HSV(B)53.51º31.09%46.67%-
XYZ15.2616.7910.42-
YUV112.43110.83132.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=37.66%
G=36.39%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191158200.030.310.5353.5118.4139.41
Hex777352031F35361227
Octal167163122033765662247
Binary1110111111001110100100111111111010111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777352; }

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

 H1.HeaderClassName
 {
   color: #777352;
 }
 .AnyTagClassName
 {
   color: #777352;
 }
</style>
background-color css

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

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

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

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

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

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