Html Css Color HEX #72604A Domino

📋 copy color: '#72604A'

red 114 ◦ green 96 ◦ blue 74

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

Shades of Domino #72604A

Tints of Domino #72604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 40.14%
G = 33.8%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72604A (or 0x72604A) is known color: Domino. HEX triplet: 72, 60 and 4A. RGB value is (114,96,74). Sum of RGB (Red+Green+Blue) = 114+96+74=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #72604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72604A is #8D9FB5. Grayscale: #626262. Windows color (decimal): -9281462 or 4874354. OLE color: 4874354.

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

Color convert

RGB 114 96 74 -
CMYK 0 0.16 0.35 0.55
HSL 33º 0.21% 0.37% -
HSV(B) 33º 0.35% 0.45% -
XYZ 12.36 12.44 8.23 -
YUV 98.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 114 96 74 0 0.16 0.35 0.55 33 0.21 0.37
Hex 72 60 4A 0 10 23 37 21 15 25
Octal 162 140 112 0 20 43 67 41 25 45
Binary 1110010 1100000 1001010 0 10000 100011 110111 100001 10101 100101

Color Harmonies of #72604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72604A

Black with #72604A

Text Example


Text Example

White with #72604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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