#777357

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

Shades of Kokoda #777357

Tints of Kokoda #777357

Color information

#777357 (or 0x777357) is unknown color: approx Kokoda. HEX triplet: 77, 73 and 57. RGB value is (119,115,87). Sum of RGB (Red+Green+Blue) = 119+115+87=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #777357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777357 is #888CA8. Grayscale: #717171. Windows color (decimal): -8948905 or 5731191. OLE color: 5731191.

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

Color convert

RGB11911587-
CMYK00.030.270.53
HSL52.5º15.53%40.39%-
HSV(B)52.5º26.89%46.67%-
XYZ15.4616.8711.46-
YUV113113.33132.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=37.07%
G=35.83%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191158700.030.270.5352.515.5340.39
Hex777357031B35341028
Octal167163127033365642050
Binary1110111111001110101110111101111010111010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777357; }

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

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

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

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

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

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

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

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