Html Css Color HEX #71474F Tosca

📋 copy color: '#71474F'

red 113 ◦ green 71 ◦ blue 79

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

Shades of Tosca #71474F

Tints of Tosca #71474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 42.97%
G = 27%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71474F (or 0x71474F) is known color: Tosca. HEX triplet: 71, 47 and 4F. RGB value is (113,71,79). Sum of RGB (Red+Green+Blue) = 113+71+79=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71474F is #8EB8B0. Grayscale: #545454. Windows color (decimal): -9353393 or 5195633. OLE color: 5195633.

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

Color convert

RGB 113 71 79 -
CMYK 0 0.37 0.30 0.56
HSL 348.57º 0.23% 0.36% -
HSV(B) 348.57º 0.37% 0.44% -
XYZ 10.47 8.58 8.5 -
YUV 84.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 113 71 79 0 0.37 0.30 0.56 348.57 0.23 0.36
Hex 71 47 4F 0 25 1E 38 15D 17 24
Octal 161 107 117 0 45 36 70 535 27 44
Binary 1110001 1000111 1001111 0 100101 11110 111000 101011101 10111 100100

Color Harmonies of #71474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71474F

Black with #71474F

Text Example


Text Example

White with #71474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71474F; }

 p { color: rgb(113,71,79); }

 H1.HeaderClassName
 {
   color: #71474F;
 }
 .AnyTagClassName
 {
   color: #71474F;
 }
</style>

background-color css

<style>
 a { background-color: #71474F; }

 a { background-color: rgb(113,71,79); }

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

border-color css

<style>
 span { border-color: #71474F; }

 span { border-color: rgb(113,71,79); }

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