Html Css Color HEX #715C57 Dorado

📋 copy color: '#715C57'

red 113 ◦ green 92 ◦ blue 87

#715C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #715C57

Tints of Dorado #715C57

RGB

 RED value IS 113 (44.53% from 255) = 38.7%

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 38.7%
G = 31.51%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#715C57 (or 0x715C57) is known color: Dorado. HEX triplet: 71, 5C and 57. RGB value is (113,92,87). Sum of RGB (Red+Green+Blue) = 113+92+87=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C57 is #8EA3A8. Grayscale: #616161. Windows color (decimal): -9348009 or 5725297. OLE color: 5725297.

HSL color Cylindrical-coordinate representation of color #715C57: hue angle of 11.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715C57 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 92 87 -
CMYK 0 0.19 0.23 0.56
HSL 11.54º 0.13% 0.39% -
HSV(B) 11.54º 0.23% 0.44% -
XYZ 12.36 11.85 10.65 -
YUV 97.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 113 92 87 0 0.19 0.23 0.56 11.54 0.13 0.39
Hex 71 5C 57 0 13 17 38 C D 27
Octal 161 134 127 0 23 27 70 14 15 47
Binary 1110001 1011100 1010111 0 10011 10111 111000 1100 1101 100111

Color Harmonies of #715C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C57

Black with #715C57

Text Example


Text Example

White with #715C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,92,87); }

 H1.HeaderClassName
 {
   color: #715C57;
 }
 .AnyTagClassName
 {
   color: #715C57;
 }
</style>

background-color css

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

 a { background-color: rgb(113,92,87); }

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

border-color css

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

 span { border-color: rgb(113,92,87); }

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