Html Css Color HEX #725850 Dorado

📋 copy color: '#725850'

red 114 ◦ green 88 ◦ blue 80

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

Shades of Dorado #725850

Tints of Dorado #725850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

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

R = 40.43%
G = 31.21%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#725850 (or 0x725850) is known color: Dorado. HEX triplet: 72, 58 and 50. RGB value is (114,88,80). Sum of RGB (Red+Green+Blue) = 114+88+80=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725850 is #8DA7AF. Grayscale: #5E5E5E. Windows color (decimal): -9283504 or 5265522. OLE color: 5265522.

HSL color Cylindrical-coordinate representation of color #725850: hue angle of 14.12º 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 #725850 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 88 80 -
CMYK 0 0.23 0.30 0.55
HSL 14.12º 0.18% 0.38% -
HSV(B) 14.12º 0.3% 0.45% -
XYZ 11.88 11.14 9.11 -
YUV 94.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 114 88 80 0 0.23 0.30 0.55 14.12 0.18 0.38
Hex 72 58 50 0 17 1E 37 E 12 26
Octal 162 130 120 0 27 36 67 16 22 46
Binary 1110010 1011000 1010000 0 10111 11110 110111 1110 10010 100110

Color Harmonies of #725850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725850

Black with #725850

Text Example


Text Example

White with #725850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725850; }

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

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

background-color css

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

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

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

border-color css

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

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

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