Html Css Color HEX #724B4C Tosca

📋 copy color: '#724B4C'

red 114 ◦ green 75 ◦ blue 76

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

Shades of Tosca #724B4C

Tints of Tosca #724B4C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.3%

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

R = 43.02%
G = 28.3%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#724B4C (or 0x724B4C) is known color: Tosca. HEX triplet: 72, 4B and 4C. RGB value is (114,75,76). Sum of RGB (Red+Green+Blue) = 114+75+76=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #724B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B4C is #8DB4B3. Grayscale: #565656. Windows color (decimal): -9286836 or 5000050. OLE color: 5000050.

HSL color Cylindrical-coordinate representation of color #724B4C: hue angle of 358.46º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724B4C is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 75 76 -
CMYK 0 0.34 0.33 0.55
HSL 358.46º 0.21% 0.37% -
HSV(B) 358.46º 0.34% 0.45% -
XYZ 10.76 9.13 8.03 -
YUV 86.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 114 75 76 0 0.34 0.33 0.55 358.46 0.21 0.37
Hex 72 4B 4C 0 22 21 37 166 15 25
Octal 162 113 114 0 42 41 67 546 25 45
Binary 1110010 1001011 1001100 0 100010 100001 110111 101100110 10101 100101

Color Harmonies of #724B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B4C

Black with #724B4C

Text Example


Text Example

White with #724B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724B4C; }

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

 H1.HeaderClassName
 {
   color: #724B4C;
 }
 .AnyTagClassName
 {
   color: #724B4C;
 }
</style>

background-color css

<style>
 a { background-color: #724B4C; }

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

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

border-color css

<style>
 span { border-color: #724B4C; }

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

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