Html Css Color HEX #71484C Tosca

📋 copy color: '#71484C'

red 113 ◦ green 72 ◦ blue 76

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

Shades of Tosca #71484C

Tints of Tosca #71484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

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

R = 43.3%
G = 27.59%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71484C (or 0x71484C) is known color: Tosca. HEX triplet: 71, 48 and 4C. RGB value is (113,72,76). Sum of RGB (Red+Green+Blue) = 113+72+76=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71484C is #8EB7B3. Grayscale: #545454. Windows color (decimal): -9353140 or 4999281. OLE color: 4999281.

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

Color convert

RGB 113 72 76 -
CMYK 0 0.36 0.33 0.56
HSL 354.15º 0.22% 0.36% -
HSV(B) 354.15º 0.36% 0.44% -
XYZ 10.43 8.67 7.96 -
YUV 84.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 113 72 76 0 0.36 0.33 0.56 354.15 0.22 0.36
Hex 71 48 4C 0 24 21 38 162 16 24
Octal 161 110 114 0 44 41 70 542 26 44
Binary 1110001 1001000 1001100 0 100100 100001 111000 101100010 10110 100100

Color Harmonies of #71484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71484C

Black with #71484C

Text Example


Text Example

White with #71484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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