Html Css Color HEX #72424A Tosca

📋 copy color: '#72424A'

red 114 ◦ green 66 ◦ blue 74

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

Shades of Tosca #72424A

Tints of Tosca #72424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 44.88%
G = 25.98%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72424A (or 0x72424A) is known color: Tosca. HEX triplet: 72, 42 and 4A. RGB value is (114,66,74). Sum of RGB (Red+Green+Blue) = 114+66+74=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72424A is #8DBDB5. Grayscale: #515151. Windows color (decimal): -9289142 or 4866674. OLE color: 4866674.

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

Color convert

RGB 114 66 74 -
CMYK 0 0.42 0.35 0.55
HSL 350º 0.27% 0.35% -
HSV(B) 350º 0.42% 0.45% -
XYZ 10.12 7.97 7.48 -
YUV 81.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 114 66 74 0 0.42 0.35 0.55 350 0.27 0.35
Hex 72 42 4A 0 2A 23 37 15E 1B 23
Octal 162 102 112 0 52 43 67 536 33 43
Binary 1110010 1000010 1001010 0 101010 100011 110111 101011110 11011 100011

Color Harmonies of #72424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72424A

Black with #72424A

Text Example


Text Example

White with #72424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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