#777750

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

Shades of Kokoda #777750

Tints of Kokoda #777750

Color information

#777750 (or 0x777750) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 50. RGB value is (119,119,80). Sum of RGB (Red+Green+Blue) = 119+119+80=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777750 is #8888AF. Grayscale: #727272. Windows color (decimal): -8947888 or 5273463. OLE color: 5273463.

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

Color convert

RGB11911980-
CMYK000.330.53
HSL60º19.6%39.02%-
HSV(B)60º32.77%46.67%-
XYZ15.6517.6910.18-
YUV114.55108.5131.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=37.42%
G=37.42%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911980000.330.536019.639.02
Hex7777500021353c1427
Octal167167120004165742447
Binary1110111111011110100000010000111010111110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777750; }

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

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

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

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

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

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

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

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