#715F5A

Color #715F5A Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #715F5A

Tints of Dorado #715F5A

Color information

#715F5A (or 0x715F5A) is unknown color: approx Dorado. HEX triplet: 71, 5F and 5A. RGB value is (113,95,90). Sum of RGB (Red+Green+Blue) = 113+95+90=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #715F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F5A is #8EA0A5. Grayscale: #636363. Windows color (decimal): -9347238 or 5922673. OLE color: 5922673.

HSL color Cylindrical-coordinate representation of color #715F5A: hue angle of 13.04º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #715F5A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1139590-
CMYK00.160.200.56
HSL13.04º11.33%39.8%-
HSV(B)13.04º20.35%44.31%-
XYZ12.7512.4311.4-
YUV99.81122.46137.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=37.92%
G=31.88%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113959000.160.200.5613.0411.3339.8
Hex715F5A0101438db28
Octal1611371320202470151350
Binary1110001101111110110100100001010011100011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715F5A; }

 p { color: rgb(113,95,90); }

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

<style>
 a { background-color: #715F5A; }

 a { background-color: rgb(113,95,90); }

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

<style>
 span { border-color: #715F5A; }

 span { border-color: rgb(113,95,90); }

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