Html Css Color HEX #72454C Tosca

📋 copy color: '#72454C'

red 114 ◦ green 69 ◦ blue 76

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

Shades of Tosca #72454C

Tints of Tosca #72454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 44.02%
G = 26.64%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72454C (or 0x72454C) is known color: Tosca. HEX triplet: 72, 45 and 4C. RGB value is (114,69,76). Sum of RGB (Red+Green+Blue) = 114+69+76=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72454C is #8DBAB3. Grayscale: #535353. Windows color (decimal): -9288372 or 4998514. OLE color: 4998514.

HSL color Cylindrical-coordinate representation of color #72454C: hue angle of 350.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72454C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 69 76 -
CMYK 0 0.39 0.33 0.55
HSL 350.67º 0.25% 0.36% -
HSV(B) 350.67º 0.39% 0.45% -
XYZ 10.37 8.36 7.9 -
YUV 83.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 114 69 76 0 0.39 0.33 0.55 350.67 0.25 0.36
Hex 72 45 4C 0 27 21 37 15F 19 24
Octal 162 105 114 0 47 41 67 537 31 44
Binary 1110010 1000101 1001100 0 100111 100001 110111 101011111 11001 100100

Color Harmonies of #72454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72454C

Black with #72454C

Text Example


Text Example

White with #72454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72454C; }

 p { color: rgb(114,69,76); }

 H1.HeaderClassName
 {
   color: #72454C;
 }
 .AnyTagClassName
 {
   color: #72454C;
 }
</style>

background-color css

<style>
 a { background-color: #72454C; }

 a { background-color: rgb(114,69,76); }

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

border-color css

<style>
 span { border-color: #72454C; }

 span { border-color: rgb(114,69,76); }

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