#7D795A

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

Shades of Kokoda #7D795A

Tints of Kokoda #7D795A

Color information

#7D795A (or 0x7D795A) is unknown color: approx Kokoda. HEX triplet: 7D, 79 and 5A. RGB value is (125,121,90). Sum of RGB (Red+Green+Blue) = 125+121+90=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D795A is #8286A5. Grayscale: #767676. Windows color (decimal): -8554150 or 5929341. OLE color: 5929341.

HSL color Cylindrical-coordinate representation of color #7D795A: hue angle of 53.14º 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 #7D795A is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB12512190-
CMYK00.030.280.51
HSL53.14º16.28%42.16%-
HSV(B)53.14º28%49.02%-
XYZ17.1418.7712.39-
YUV118.66111.83132.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=37.20%
G=36.01%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251219000.030.280.5153.1416.2842.16
Hex7D795A031C3335102a
Octal175171132033463652052
Binary1111101111100110110100111110011001111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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