#7F785A

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

Shades of Kokoda #7F785A

Tints of Kokoda #7F785A

Color information

#7F785A (or 0x7F785A) is unknown color: approx Kokoda. HEX triplet: 7F, 78 and 5A. RGB value is (127,120,90). Sum of RGB (Red+Green+Blue) = 127+120+90=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F785A is #8087A5. Grayscale: #767676. Windows color (decimal): -8423334 or 5929087. OLE color: 5929087.

HSL color Cylindrical-coordinate representation of color #7F785A: hue angle of 48.65º 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 #7F785A is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB12712090-
CMYK00.060.290.50
HSL48.65º17.05%42.55%-
HSV(B)48.65º29.13%49.8%-
XYZ17.3118.6812.37-
YUV118.67111.82133.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=37.69%
G=35.61%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271209000.060.290.5048.6517.0542.55
Hex7F785A061D3231112b
Octal177170132063562612153
Binary11111111111000101101001101110111001011000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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