Html Css Color HEX #71434C Tosca

📋 copy color: '#71434C'

red 113 ◦ green 67 ◦ blue 76

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

Shades of Tosca #71434C

Tints of Tosca #71434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 44.14%
G = 26.17%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71434C (or 0x71434C) is known color: Tosca. HEX triplet: 71, 43 and 4C. RGB value is (113,67,76). Sum of RGB (Red+Green+Blue) = 113+67+76=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71434C is #8EBCB3. Grayscale: #515151. Windows color (decimal): -9354420 or 4998001. OLE color: 4998001.

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

Color convert

RGB 113 67 76 -
CMYK 0 0.41 0.33 0.56
HSL 348.26º 0.26% 0.35% -
HSV(B) 348.26º 0.41% 0.44% -
XYZ 10.12 8.05 7.86 -
YUV 81.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 113 67 76 0 0.41 0.33 0.56 348.26 0.26 0.35
Hex 71 43 4C 0 29 21 38 15C 1A 23
Octal 161 103 114 0 51 41 70 534 32 43
Binary 1110001 1000011 1001100 0 101001 100001 111000 101011100 11010 100011

Color Harmonies of #71434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71434C

Black with #71434C

Text Example


Text Example

White with #71434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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