Html Css Color HEX #725A4E Dorado

📋 copy color: '#725A4E'

red 114 ◦ green 90 ◦ blue 78

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

Shades of Dorado #725A4E

Tints of Dorado #725A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 78 (30.86% from 255) = 27.66%

R = 40.43%
G = 31.91%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#725A4E (or 0x725A4E) is known color: Dorado. HEX triplet: 72, 5A and 4E. RGB value is (114,90,78). Sum of RGB (Red+Green+Blue) = 114+90+78=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A4E is #8DA5B1. Grayscale: #5F5F5F. Windows color (decimal): -9282994 or 5134962. OLE color: 5134962.

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

Color convert

RGB 114 90 78 -
CMYK 0 0.21 0.32 0.55
HSL 20º 0.19% 0.38% -
HSV(B) 20º 0.32% 0.45% -
XYZ 11.97 11.44 8.78 -
YUV 95.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 114 90 78 0 0.21 0.32 0.55 20 0.19 0.38
Hex 72 5A 4E 0 15 20 37 14 13 26
Octal 162 132 116 0 25 40 67 24 23 46
Binary 1110010 1011010 1001110 0 10101 100000 110111 10100 10011 100110

Color Harmonies of #725A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A4E

Black with #725A4E

Text Example


Text Example

White with #725A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,90,78); }

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

background-color css

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

 a { background-color: rgb(114,90,78); }

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

border-color css

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

 span { border-color: rgb(114,90,78); }

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