Html Css Color HEX #71474A Tosca

📋 copy color: '#71474A'

red 113 ◦ green 71 ◦ blue 74

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

Shades of Tosca #71474A

Tints of Tosca #71474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 43.8%
G = 27.52%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71474A (or 0x71474A) is known color: Tosca. HEX triplet: 71, 47 and 4A. RGB value is (113,71,74). Sum of RGB (Red+Green+Blue) = 113+71+74=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71474A is #8EB8B5. Grayscale: #535353. Windows color (decimal): -9353398 or 4867953. OLE color: 4867953.

HSL color Cylindrical-coordinate representation of color #71474A: hue angle of 355.71º 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 #71474A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 74 -
CMYK 0 0.37 0.35 0.56
HSL 355.71º 0.23% 0.36% -
HSV(B) 355.71º 0.37% 0.44% -
XYZ 10.3 8.51 7.58 -
YUV 83.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 113 71 74 0 0.37 0.35 0.56 355.71 0.23 0.36
Hex 71 47 4A 0 25 23 38 164 17 24
Octal 161 107 112 0 45 43 70 544 27 44
Binary 1110001 1000111 1001010 0 100101 100011 111000 101100100 10111 100100

Color Harmonies of #71474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71474A

Black with #71474A

Text Example


Text Example

White with #71474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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