Html Css Color HEX #725C50 Dorado

📋 copy color: '#725C50'

red 114 ◦ green 92 ◦ blue 80

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

Shades of Dorado #725C50

Tints of Dorado #725C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 39.86%
G = 32.17%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#725C50 (or 0x725C50) is known color: Dorado. HEX triplet: 72, 5C and 50. RGB value is (114,92,80). Sum of RGB (Red+Green+Blue) = 114+92+80=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #725C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C50 is #8DA3AF. Grayscale: #616161. Windows color (decimal): -9282480 or 5266546. OLE color: 5266546.

HSL color Cylindrical-coordinate representation of color #725C50: hue angle of 21.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725C50 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 92 80 -
CMYK 0 0.19 0.30 0.55
HSL 21.18º 0.18% 0.38% -
HSV(B) 21.18º 0.3% 0.45% -
XYZ 12.21 11.81 9.23 -
YUV 97.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 114 92 80 0 0.19 0.30 0.55 21.18 0.18 0.38
Hex 72 5C 50 0 13 1E 37 15 12 26
Octal 162 134 120 0 23 36 67 25 22 46
Binary 1110010 1011100 1010000 0 10011 11110 110111 10101 10010 100110

Color Harmonies of #725C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C50

Black with #725C50

Text Example


Text Example

White with #725C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,92,80); }

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

background-color css

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

 a { background-color: rgb(114,92,80); }

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

border-color css

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

 span { border-color: rgb(114,92,80); }

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