#777351

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

Shades of Kokoda #777351

Tints of Kokoda #777351

Color information

#777351 (or 0x777351) is unknown color: approx Kokoda. HEX triplet: 77, 73 and 51. RGB value is (119,115,81). Sum of RGB (Red+Green+Blue) = 119+115+81=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #777351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777351 is #888CAE. Grayscale: #707070. Windows color (decimal): -8948911 or 5337975. OLE color: 5337975.

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

Color convert

RGB11911581-
CMYK00.030.320.53
HSL53.68º19%39.22%-
HSV(B)53.68º31.93%46.67%-
XYZ15.2216.7810.22-
YUV112.32110.33132.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=37.78%
G=36.51%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191158100.030.320.5353.681939.22
Hex777351032035361327
Octal167163121034065662347
Binary11101111110011101000101110000011010111011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777351; }

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

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

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

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

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

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

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

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