#7D785A

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

Shades of Kokoda #7D785A

Tints of Kokoda #7D785A

Color information

#7D785A (or 0x7D785A) is unknown color: approx Kokoda. HEX triplet: 7D, 78 and 5A. RGB value is (125,120,90). Sum of RGB (Red+Green+Blue) = 125+120+90=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D785A is #8287A5. Grayscale: #767676. Windows color (decimal): -8554406 or 5929085. OLE color: 5929085.

HSL color Cylindrical-coordinate representation of color #7D785A: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D785A is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB12512090-
CMYK00.040.280.51
HSL51.43º16.28%42.16%-
HSV(B)51.43º28%49.02%-
XYZ17.0218.5312.35-
YUV118.08112.16132.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.31%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=37.31%
G=35.82%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251209000.040.280.5151.4316.2842.16
Hex7D785A041C3333102a
Octal175170132043463632052
Binary11111011111000101101001001110011001111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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