Html Css Color HEX #726155 Dorado

📋 copy color: '#726155'

red 114 ◦ green 97 ◦ blue 85

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

Shades of Dorado #726155

Tints of Dorado #726155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 38.51%
G = 32.77%
B = 28.72%

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

#726155 (or 0x726155) is known color: Dorado. HEX triplet: 72, 61 and 55. RGB value is (114,97,85). Sum of RGB (Red+Green+Blue) = 114+97+85=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726155 is #8D9EAA. Grayscale: #646464. Windows color (decimal): -9281195 or 5595506. OLE color: 5595506.

HSL color Cylindrical-coordinate representation of color #726155: hue angle of 24.83º degrees, saturation: 0.15, 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 #726155 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 85 -
CMYK 0 0.15 0.25 0.55
HSL 24.83º 0.15% 0.39% -
HSV(B) 24.83º 0.25% 0.45% -
XYZ 12.85 12.78 10.38 -
YUV 100.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 114 97 85 0 0.15 0.25 0.55 24.83 0.15 0.39
Hex 72 61 55 0 F 19 37 19 F 27
Octal 162 141 125 0 17 31 67 31 17 47
Binary 1110010 1100001 1010101 0 1111 11001 110111 11001 1111 100111

Color Harmonies of #726155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726155

Black with #726155

Text Example


Text Example

White with #726155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726155; }

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

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

background-color css

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

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

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

border-color css

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

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

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