Html Css Color HEX #72615B Dorado

📋 copy color: '#72615B'

red 114 ◦ green 97 ◦ blue 91

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

Shades of Dorado #72615B

Tints of Dorado #72615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 37.75%
G = 32.12%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72615B (or 0x72615B) is known color: Dorado. HEX triplet: 72, 61 and 5B. RGB value is (114,97,91). Sum of RGB (Red+Green+Blue) = 114+97+91=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #72615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72615B is #8D9EA4. Grayscale: #656565. Windows color (decimal): -9281189 or 5988722. OLE color: 5988722.

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

Color convert

RGB 114 97 91 -
CMYK 0 0.15 0.20 0.55
HSL 15.65º 0.11% 0.4% -
HSV(B) 15.65º 0.2% 0.45% -
XYZ 13.1 12.88 11.69 -
YUV 101.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 114 97 91 0 0.15 0.20 0.55 15.65 0.11 0.4
Hex 72 61 5B 0 F 14 37 10 B 28
Octal 162 141 133 0 17 24 67 20 13 50
Binary 1110010 1100001 1011011 0 1111 10100 110111 10000 1011 101000

Color Harmonies of #72615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72615B

Black with #72615B

Text Example


Text Example

White with #72615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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