Html Css Color HEX #725B55 Dorado

📋 copy color: '#725B55'

red 114 ◦ green 91 ◦ blue 85

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

Shades of Dorado #725B55

Tints of Dorado #725B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.38%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 39.31%
G = 31.38%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#725B55 (or 0x725B55) is known color: Dorado. HEX triplet: 72, 5B and 55. RGB value is (114,91,85). Sum of RGB (Red+Green+Blue) = 114+91+85=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #725B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B55 is #8DA4AA. Grayscale: #616161. Windows color (decimal): -9282731 or 5593970. OLE color: 5593970.

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

Color convert

RGB 114 91 85 -
CMYK 0 0.20 0.25 0.55
HSL 12.41º 0.15% 0.39% -
HSV(B) 12.41º 0.25% 0.45% -
XYZ 12.32 11.72 10.21 -
YUV 97.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 114 91 85 0 0.20 0.25 0.55 12.41 0.15 0.39
Hex 72 5B 55 0 14 19 37 C F 27
Octal 162 133 125 0 24 31 67 14 17 47
Binary 1110010 1011011 1010101 0 10100 11001 110111 1100 1111 100111

Color Harmonies of #725B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B55

Black with #725B55

Text Example


Text Example

White with #725B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,91,85); }

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

background-color css

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

 a { background-color: rgb(114,91,85); }

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

border-color css

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

 span { border-color: rgb(114,91,85); }

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