Html Css Color HEX #71464C Tosca

📋 copy color: '#71464C'

red 113 ◦ green 70 ◦ blue 76

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

Shades of Tosca #71464C

Tints of Tosca #71464C

RGB

 RED value IS 113 (44.53% from 255) = 43.63%

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

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

R = 43.63%
G = 27.03%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71464C (or 0x71464C) is known color: Tosca. HEX triplet: 71, 46 and 4C. RGB value is (113,70,76). Sum of RGB (Red+Green+Blue) = 113+70+76=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71464C is #8EB9B3. Grayscale: #535353. Windows color (decimal): -9353652 or 4998769. OLE color: 4998769.

HSL color Cylindrical-coordinate representation of color #71464C: hue angle of 351.63º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71464C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 76 -
CMYK 0 0.38 0.33 0.56
HSL 351.63º 0.23% 0.36% -
HSV(B) 351.63º 0.38% 0.44% -
XYZ 10.3 8.41 7.92 -
YUV 83.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 113 70 76 0 0.38 0.33 0.56 351.63 0.23 0.36
Hex 71 46 4C 0 26 21 38 160 17 24
Octal 161 106 114 0 46 41 70 540 27 44
Binary 1110001 1000110 1001100 0 100110 100001 111000 101100000 10111 100100

Color Harmonies of #71464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71464C

Black with #71464C

Text Example


Text Example

White with #71464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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