Html Css Color HEX #72464C Tosca

📋 copy color: '#72464C'

red 114 ◦ green 70 ◦ blue 76

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

Shades of Tosca #72464C

Tints of Tosca #72464C

RGB

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

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

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

R = 43.85%
G = 26.92%
B = 29.23%

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

#72464C (or 0x72464C) is known color: Tosca. HEX triplet: 72, 46 and 4C. RGB value is (114,70,76). Sum of RGB (Red+Green+Blue) = 114+70+76=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72464C is #8DB9B3. Grayscale: #535353. Windows color (decimal): -9288116 or 4998770. OLE color: 4998770.

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

Color convert

RGB 114 70 76 -
CMYK 0 0.39 0.33 0.55
HSL 351.82º 0.24% 0.36% -
HSV(B) 351.82º 0.39% 0.45% -
XYZ 10.43 8.48 7.92 -
YUV 83.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 114 70 76 0 0.39 0.33 0.55 351.82 0.24 0.36
Hex 72 46 4C 0 27 21 37 160 18 24
Octal 162 106 114 0 47 41 67 540 30 44
Binary 1110010 1000110 1001100 0 100111 100001 110111 101100000 11000 100100

Color Harmonies of #72464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72464C

Black with #72464C

Text Example


Text Example

White with #72464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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