#777553

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

Shades of Kokoda #777553

Tints of Kokoda #777553

Color information

#777553 (or 0x777553) is unknown color: approx Kokoda. HEX triplet: 77, 75 and 53. RGB value is (119,117,83). Sum of RGB (Red+Green+Blue) = 119+117+83=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #777553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777553 is #888AAC. Grayscale: #717171. Windows color (decimal): -8948397 or 5469559. OLE color: 5469559.

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

Color convert

RGB11911783-
CMYK00.020.300.53
HSL56.67º17.82%39.61%-
HSV(B)56.67º30.25%46.67%-
XYZ15.5317.2710.7-
YUV113.72110.66131.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=37.30%
G=36.68%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191178300.020.300.5356.6717.8239.61
Hex777553021E35391228
Octal167165123023665712250
Binary1110111111010110100110101111011010111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777553; }

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

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

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

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

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

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

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

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