Html Css Color HEX #726158 Dorado

📋 copy color: '#726158'

red 114 ◦ green 97 ◦ blue 88

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

Shades of Dorado #726158

Tints of Dorado #726158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 38.13%
G = 32.44%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#726158 (or 0x726158) is known color: Dorado. HEX triplet: 72, 61 and 58. RGB value is (114,97,88). Sum of RGB (Red+Green+Blue) = 114+97+88=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #726158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726158 is #8D9EA7. Grayscale: #656565. Windows color (decimal): -9281192 or 5792114. OLE color: 5792114.

HSL color Cylindrical-coordinate representation of color #726158: hue angle of 20.77º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726158 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 88 -
CMYK 0 0.15 0.23 0.55
HSL 20.77º 0.13% 0.4% -
HSV(B) 20.77º 0.23% 0.45% -
XYZ 12.98 12.83 11.03 -
YUV 101.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 114 97 88 0 0.15 0.23 0.55 20.77 0.13 0.4
Hex 72 61 58 0 F 17 37 15 D 28
Octal 162 141 130 0 17 27 67 25 15 50
Binary 1110010 1100001 1011000 0 1111 10111 110111 10101 1101 101000

Color Harmonies of #726158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726158

Black with #726158

Text Example


Text Example

White with #726158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726158; }

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

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

background-color css

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

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

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

border-color css

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

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

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