#777758

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

Shades of Kokoda #777758

Tints of Kokoda #777758

Color information

#777758 (or 0x777758) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 58. RGB value is (119,119,88). Sum of RGB (Red+Green+Blue) = 119+119+88=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777758 is #8888A7. Grayscale: #737373. Windows color (decimal): -8947880 or 5797751. OLE color: 5797751.

HSL color Cylindrical-coordinate representation of color #777758: hue angle of 60º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #777758 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB11911988-
CMYK000.260.53
HSL60º14.98%40.59%-
HSV(B)60º26.05%46.67%-
XYZ15.9717.8211.83-
YUV115.47112.5130.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=36.50%
G=36.50%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911988000.260.536014.9840.59
Hex777758001A353cf29
Octal167167130003265741751
Binary11101111110111101100000110101101011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777758; }

 p { color: rgb(119,119,88); }

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

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

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

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

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

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

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