Html Css Color HEX #714648 Tosca

📋 copy color: '#714648'

red 113 ◦ green 70 ◦ blue 72

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

Shades of Tosca #714648

Tints of Tosca #714648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 44.31%
G = 27.45%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#714648 (or 0x714648) is known color: Tosca. HEX triplet: 71, 46 and 48. RGB value is (113,70,72). Sum of RGB (Red+Green+Blue) = 113+70+72=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #714648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714648 is #8EB9B7. Grayscale: #535353. Windows color (decimal): -9353656 or 4736625. OLE color: 4736625.

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

Color convert

RGB 113 70 72 -
CMYK 0 0.38 0.36 0.56
HSL 357.21º 0.23% 0.36% -
HSV(B) 357.21º 0.38% 0.44% -
XYZ 10.17 8.36 7.21 -
YUV 83.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 113 70 72 0 0.38 0.36 0.56 357.21 0.23 0.36
Hex 71 46 48 0 26 24 38 165 17 24
Octal 161 106 110 0 46 44 70 545 27 44
Binary 1110001 1000110 1001000 0 100110 100100 111000 101100101 10111 100100

Color Harmonies of #714648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714648

Black with #714648

Text Example


Text Example

White with #714648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714648; }

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

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

background-color css

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

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

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

border-color css

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

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

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