Html Css Color HEX #72474A Tosca

📋 copy color: '#72474A'

red 114 ◦ green 71 ◦ blue 74

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

Shades of Tosca #72474A

Tints of Tosca #72474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

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

R = 44.02%
G = 27.41%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72474A (or 0x72474A) is known color: Tosca. HEX triplet: 72, 47 and 4A. RGB value is (114,71,74). Sum of RGB (Red+Green+Blue) = 114+71+74=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72474A is #8DB8B5. Grayscale: #545454. Windows color (decimal): -9287862 or 4867954. OLE color: 4867954.

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

Color convert

RGB 114 71 74 -
CMYK 0 0.38 0.35 0.55
HSL 355.81º 0.23% 0.36% -
HSV(B) 355.81º 0.38% 0.45% -
XYZ 10.43 8.58 7.58 -
YUV 84.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 114 71 74 0 0.38 0.35 0.55 355.81 0.23 0.36
Hex 72 47 4A 0 26 23 37 164 17 24
Octal 162 107 112 0 46 43 67 544 27 44
Binary 1110010 1000111 1001010 0 100110 100011 110111 101100100 10111 100100

Color Harmonies of #72474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72474A

Black with #72474A

Text Example


Text Example

White with #72474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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