Html Css Color HEX #72464E Tosca

📋 copy color: '#72464E'

red 114 ◦ green 70 ◦ blue 78

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

Shades of Tosca #72464E

Tints of Tosca #72464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 78 (30.86% from 255) = 29.77%

R = 43.51%
G = 26.72%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72464E (or 0x72464E) is known color: Tosca. HEX triplet: 72, 46 and 4E. RGB value is (114,70,78). Sum of RGB (Red+Green+Blue) = 114+70+78=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72464E is #8DB9B1. Grayscale: #545454. Windows color (decimal): -9288114 or 5129842. OLE color: 5129842.

HSL color Cylindrical-coordinate representation of color #72464E: hue angle of 349.09º degrees, saturation: 0.24, 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 #72464E is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 70 78 -
CMYK 0 0.39 0.32 0.55
HSL 349.09º 0.24% 0.36% -
HSV(B) 349.09º 0.39% 0.45% -
XYZ 10.5 8.51 8.3 -
YUV 84.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 114 70 78 0 0.39 0.32 0.55 349.09 0.24 0.36
Hex 72 46 4E 0 27 20 37 15D 18 24
Octal 162 106 116 0 47 40 67 535 30 44
Binary 1110010 1000110 1001110 0 100111 100000 110111 101011101 11000 100100

Color Harmonies of #72464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72464E

Black with #72464E

Text Example


Text Example

White with #72464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72464E; }

 p { color: rgb(114,70,78); }

 H1.HeaderClassName
 {
   color: #72464E;
 }
 .AnyTagClassName
 {
   color: #72464E;
 }
</style>

background-color css

<style>
 a { background-color: #72464E; }

 a { background-color: rgb(114,70,78); }

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

border-color css

<style>
 span { border-color: #72464E; }

 span { border-color: rgb(114,70,78); }

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