Html Css Color HEX #72604D Domino

📋 copy color: '#72604D'

red 114 ◦ green 96 ◦ blue 77

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

Shades of Domino #72604D

Tints of Domino #72604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 39.72%
G = 33.45%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72604D (or 0x72604D) is known color: Domino. HEX triplet: 72, 60 and 4D. RGB value is (114,96,77). Sum of RGB (Red+Green+Blue) = 114+96+77=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72604D is #8D9FB2. Grayscale: #636363. Windows color (decimal): -9281459 or 5070962. OLE color: 5070962.

HSL color Cylindrical-coordinate representation of color #72604D: hue angle of 30.81º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72604D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 77 -
CMYK 0 0.16 0.32 0.55
HSL 30.81º 0.19% 0.37% -
HSV(B) 30.81º 0.32% 0.45% -
XYZ 12.46 12.48 8.77 -
YUV 99.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 114 96 77 0 0.16 0.32 0.55 30.81 0.19 0.37
Hex 72 60 4D 0 10 20 37 1F 13 25
Octal 162 140 115 0 20 40 67 37 23 45
Binary 1110010 1100000 1001101 0 10000 100000 110111 11111 10011 100101

Color Harmonies of #72604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72604D

Black with #72604D

Text Example


Text Example

White with #72604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72604D; }

 p { color: rgb(114,96,77); }

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

background-color css

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

 a { background-color: rgb(114,96,77); }

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

border-color css

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

 span { border-color: rgb(114,96,77); }

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