#777354

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

Shades of Kokoda #777354

Tints of Kokoda #777354

Color information

#777354 (or 0x777354) is unknown color: approx Kokoda. HEX triplet: 77, 73 and 54. RGB value is (119,115,84). Sum of RGB (Red+Green+Blue) = 119+115+84=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #777354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777354 is #888CAB. Grayscale: #707070. Windows color (decimal): -8948908 or 5534583. OLE color: 5534583.

HSL color Cylindrical-coordinate representation of color #777354: hue angle of 53.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #777354 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB11911584-
CMYK00.030.290.53
HSL53.14º17.24%39.8%-
HSV(B)53.14º29.41%46.67%-
XYZ15.3416.8210.83-
YUV112.66111.83132.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=37.42%
G=36.16%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191158400.030.290.5353.1417.2439.8
Hex777354031D35351128
Octal167163124033565652150
Binary1110111111001110101000111110111010111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777354; }

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

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

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

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

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

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

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

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