#7F795A

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

Shades of Kokoda #7F795A

Tints of Kokoda #7F795A

Color information

#7F795A (or 0x7F795A) is unknown color: approx Kokoda. HEX triplet: 7F, 79 and 5A. RGB value is (127,121,90). Sum of RGB (Red+Green+Blue) = 127+121+90=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F795A is #8086A5. Grayscale: #777777. Windows color (decimal): -8423078 or 5929343. OLE color: 5929343.

HSL color Cylindrical-coordinate representation of color #7F795A: hue angle of 50.27º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F795A is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB12712190-
CMYK00.050.290.50
HSL50.27º17.05%42.55%-
HSV(B)50.27º29.13%49.8%-
XYZ17.4418.9212.41-
YUV119.26111.49133.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=37.57%
G=35.80%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271219000.050.290.5050.2717.0542.55
Hex7F795A051D3232112b
Octal177171132053562622153
Binary11111111111001101101001011110111001011001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F795A; }

 p { color: rgb(127,121,90); }

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

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

 a { background-color: rgb(127,121,90); }

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

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

 span { border-color: rgb(127,121,90); }

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