Html Css Color HEX #71494E Tosca

📋 copy color: '#71494E'

red 113 ◦ green 73 ◦ blue 78

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

Shades of Tosca #71494E

Tints of Tosca #71494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 42.8%
G = 27.65%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71494E (or 0x71494E) is known color: Tosca. HEX triplet: 71, 49 and 4E. RGB value is (113,73,78). Sum of RGB (Red+Green+Blue) = 113+73+78=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #71494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71494E is #8EB6B1. Grayscale: #555555. Windows color (decimal): -9352882 or 5130609. OLE color: 5130609.

HSL color Cylindrical-coordinate representation of color #71494E: hue angle of 352.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71494E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 78 -
CMYK 0 0.35 0.31 0.56
HSL 352.5º 0.22% 0.36% -
HSV(B) 352.5º 0.35% 0.44% -
XYZ 10.57 8.83 8.35 -
YUV 85.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 113 73 78 0 0.35 0.31 0.56 352.5 0.22 0.36
Hex 71 49 4E 0 23 1F 38 160 16 24
Octal 161 111 116 0 43 37 70 540 26 44
Binary 1110001 1001001 1001110 0 100011 11111 111000 101100000 10110 100100

Color Harmonies of #71494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71494E

Black with #71494E

Text Example


Text Example

White with #71494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71494E; }

 p { color: rgb(113,73,78); }

 H1.HeaderClassName
 {
   color: #71494E;
 }
 .AnyTagClassName
 {
   color: #71494E;
 }
</style>

background-color css

<style>
 a { background-color: #71494E; }

 a { background-color: rgb(113,73,78); }

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

border-color css

<style>
 span { border-color: #71494E; }

 span { border-color: rgb(113,73,78); }

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