Html Css Color HEX #72584E Dorado

📋 copy color: '#72584E'

red 114 ◦ green 88 ◦ blue 78

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

Shades of Dorado #72584E

Tints of Dorado #72584E

RGB

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

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

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

R = 40.71%
G = 31.43%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72584E (or 0x72584E) is known color: Dorado. HEX triplet: 72, 58 and 4E. RGB value is (114,88,78). Sum of RGB (Red+Green+Blue) = 114+88+78=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #72584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72584E is #8DA7B1. Grayscale: #5E5E5E. Windows color (decimal): -9283506 or 5134450. OLE color: 5134450.

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

Color convert

RGB 114 88 78 -
CMYK 0 0.23 0.32 0.55
HSL 16.67º 0.19% 0.38% -
HSV(B) 16.67º 0.32% 0.45% -
XYZ 11.8 11.11 8.73 -
YUV 94.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 114 88 78 0 0.23 0.32 0.55 16.67 0.19 0.38
Hex 72 58 4E 0 17 20 37 11 13 26
Octal 162 130 116 0 27 40 67 21 23 46
Binary 1110010 1011000 1001110 0 10111 100000 110111 10001 10011 100110

Color Harmonies of #72584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72584E

Black with #72584E

Text Example


Text Example

White with #72584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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