#7D7A5C

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

Shades of Kokoda #7D7A5C

Tints of Kokoda #7D7A5C

Color information

#7D7A5C (or 0x7D7A5C) is unknown color: approx Kokoda. HEX triplet: 7D, 7A and 5C. RGB value is (125,122,92). Sum of RGB (Red+Green+Blue) = 125+122+92=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A5C is #8285A3. Grayscale: #777777. Windows color (decimal): -8553892 or 6060669. OLE color: 6060669.

HSL color Cylindrical-coordinate representation of color #7D7A5C: hue angle of 54.55º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D7A5C is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB12512292-
CMYK00.020.260.51
HSL54.55º15.21%42.55%-
HSV(B)54.55º26.4%49.02%-
XYZ17.3519.0512.89-
YUV119.48112.49131.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=36.87%
G=35.99%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251229200.020.260.5154.5515.2142.55
Hex7D7A5C021A3337f2b
Octal175172134023263671753
Binary111110111110101011100010110101100111101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,122,92); }

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

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

 a { background-color: rgb(125,122,92); }

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

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

 span { border-color: rgb(125,122,92); }

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