Html Css Color HEX #72484A Tosca

📋 copy color: '#72484A'

red 114 ◦ green 72 ◦ blue 74

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

Shades of Tosca #72484A

Tints of Tosca #72484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

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

R = 43.85%
G = 27.69%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72484A (or 0x72484A) is known color: Tosca. HEX triplet: 72, 48 and 4A. RGB value is (114,72,74). Sum of RGB (Red+Green+Blue) = 114+72+74=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72484A is #8DB7B5. Grayscale: #545454. Windows color (decimal): -9287606 or 4868210. OLE color: 4868210.

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

Color convert

RGB 114 72 74 -
CMYK 0 0.37 0.35 0.55
HSL 357.14º 0.23% 0.36% -
HSV(B) 357.14º 0.37% 0.45% -
XYZ 10.49 8.71 7.61 -
YUV 84.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 114 72 74 0 0.37 0.35 0.55 357.14 0.23 0.36
Hex 72 48 4A 0 25 23 37 165 17 24
Octal 162 110 112 0 45 43 67 545 27 44
Binary 1110010 1001000 1001010 0 100101 100011 110111 101100101 10111 100100

Color Harmonies of #72484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72484A

Black with #72484A

Text Example


Text Example

White with #72484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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