Html Css Color HEX #72574D Dorado

📋 copy color: '#72574D'

red 114 ◦ green 87 ◦ blue 77

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

Shades of Dorado #72574D

Tints of Dorado #72574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 41.01%
G = 31.29%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72574D (or 0x72574D) is known color: Dorado. HEX triplet: 72, 57 and 4D. RGB value is (114,87,77). Sum of RGB (Red+Green+Blue) = 114+87+77=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72574D is #8DA8B2. Grayscale: #5E5E5E. Windows color (decimal): -9283763 or 5068658. OLE color: 5068658.

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

Color convert

RGB 114 87 77 -
CMYK 0 0.24 0.32 0.55
HSL 16.22º 0.19% 0.37% -
HSV(B) 16.22º 0.32% 0.45% -
XYZ 11.69 10.93 8.51 -
YUV 93.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 114 87 77 0 0.24 0.32 0.55 16.22 0.19 0.37
Hex 72 57 4D 0 18 20 37 10 13 25
Octal 162 127 115 0 30 40 67 20 23 45
Binary 1110010 1010111 1001101 0 11000 100000 110111 10000 10011 100101

Color Harmonies of #72574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72574D

Black with #72574D

Text Example


Text Example

White with #72574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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