Html Css Color HEX #72464B Tosca

📋 copy color: '#72464B'

red 114 ◦ green 70 ◦ blue 75

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

Shades of Tosca #72464B

Tints of Tosca #72464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 44.02%
G = 27.03%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72464B (or 0x72464B) is known color: Tosca. HEX triplet: 72, 46 and 4B. RGB value is (114,70,75). Sum of RGB (Red+Green+Blue) = 114+70+75=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72464B is #8DB9B4. Grayscale: #535353. Windows color (decimal): -9288117 or 4933234. OLE color: 4933234.

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

Color convert

RGB 114 70 75 -
CMYK 0 0.39 0.34 0.55
HSL 353.18º 0.24% 0.36% -
HSV(B) 353.18º 0.39% 0.45% -
XYZ 10.4 8.47 7.74 -
YUV 83.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 114 70 75 0 0.39 0.34 0.55 353.18 0.24 0.36
Hex 72 46 4B 0 27 22 37 161 18 24
Octal 162 106 113 0 47 42 67 541 30 44
Binary 1110010 1000110 1001011 0 100111 100010 110111 101100001 11000 100100

Color Harmonies of #72464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72464B

Black with #72464B

Text Example


Text Example

White with #72464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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