Html Css Color HEX #726156 Dorado

📋 copy color: '#726156'

red 114 ◦ green 97 ◦ blue 86

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

Shades of Dorado #726156

Tints of Dorado #726156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.96%

R = 38.38%
G = 32.66%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#726156 (or 0x726156) is known color: Dorado. HEX triplet: 72, 61 and 56. RGB value is (114,97,86). Sum of RGB (Red+Green+Blue) = 114+97+86=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726156 is #8D9EA9. Grayscale: #646464. Windows color (decimal): -9281194 or 5661042. OLE color: 5661042.

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

Color convert

RGB 114 97 86 -
CMYK 0 0.15 0.25 0.55
HSL 23.57º 0.14% 0.39% -
HSV(B) 23.57º 0.25% 0.45% -
XYZ 12.89 12.8 10.59 -
YUV 100.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 114 97 86 0 0.15 0.25 0.55 23.57 0.14 0.39
Hex 72 61 56 0 F 19 37 18 E 27
Octal 162 141 126 0 17 31 67 30 16 47
Binary 1110010 1100001 1010110 0 1111 11001 110111 11000 1110 100111

Color Harmonies of #726156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726156

Black with #726156

Text Example


Text Example

White with #726156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726156; }

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

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

background-color css

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

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

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

border-color css

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

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

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