Html Css Color HEX #725D57 Dorado

📋 copy color: '#725D57'

red 114 ◦ green 93 ◦ blue 87

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

Shades of Dorado #725D57

Tints of Dorado #725D57

RGB

 RED value IS 114 (44.92% from 255) = 38.78%

 GREEN value IS 93 (36.72% from 255) = 31.63%

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

R = 38.78%
G = 31.63%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#725D57 (or 0x725D57) is known color: Dorado. HEX triplet: 72, 5D and 57. RGB value is (114,93,87). Sum of RGB (Red+Green+Blue) = 114+93+87=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #725D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D57 is #8DA2A8. Grayscale: #626262. Windows color (decimal): -9282217 or 5725554. OLE color: 5725554.

HSL color Cylindrical-coordinate representation of color #725D57: hue angle of 13.33º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #725D57 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 93 87 -
CMYK 0 0.18 0.24 0.55
HSL 13.33º 0.13% 0.39% -
HSV(B) 13.33º 0.24% 0.45% -
XYZ 12.57 12.09 10.69 -
YUV 98.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 114 93 87 0 0.18 0.24 0.55 13.33 0.13 0.39
Hex 72 5D 57 0 12 18 37 D D 27
Octal 162 135 127 0 22 30 67 15 15 47
Binary 1110010 1011101 1010111 0 10010 11000 110111 1101 1101 100111

Color Harmonies of #725D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725D57

Black with #725D57

Text Example


Text Example

White with #725D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725D57; }

 p { color: rgb(114,93,87); }

 H1.HeaderClassName
 {
   color: #725D57;
 }
 .AnyTagClassName
 {
   color: #725D57;
 }
</style>

background-color css

<style>
 a { background-color: #725D57; }

 a { background-color: rgb(114,93,87); }

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

border-color css

<style>
 span { border-color: #725D57; }

 span { border-color: rgb(114,93,87); }

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