#777554

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

Shades of Kokoda #777554

Tints of Kokoda #777554

Color information

#777554 (or 0x777554) is unknown color: approx Kokoda. HEX triplet: 77, 75 and 54. RGB value is (119,117,84). Sum of RGB (Red+Green+Blue) = 119+117+84=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #777554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777554 is #888AAB. Grayscale: #717171. Windows color (decimal): -8948396 or 5535095. OLE color: 5535095.

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

Color convert

RGB11911784-
CMYK00.020.290.53
HSL56.57º17.24%39.8%-
HSV(B)56.57º29.41%46.67%-
XYZ15.5717.2810.9-
YUV113.84111.16131.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=37.19%
G=36.56%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191178400.020.290.5356.5717.2439.8
Hex777554021D35391128
Octal167165124023565712150
Binary1110111111010110101000101110111010111100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777554; }

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

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

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

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

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

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

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

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