Html Css Color HEX #714449 Tosca

📋 copy color: '#714449'

red 113 ◦ green 68 ◦ blue 73

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

Shades of Tosca #714449

Tints of Tosca #714449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 73 (28.91% from 255) = 28.74%

R = 44.49%
G = 26.77%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#714449 (or 0x714449) is known color: Tosca. HEX triplet: 71, 44 and 49. RGB value is (113,68,73). Sum of RGB (Red+Green+Blue) = 113+68+73=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #714449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714449 is #8EBBB6. Grayscale: #525252. Windows color (decimal): -9354167 or 4801649. OLE color: 4801649.

HSL color Cylindrical-coordinate representation of color #714449: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714449 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 73 -
CMYK 0 0.40 0.35 0.56
HSL 353.33º 0.25% 0.35% -
HSV(B) 353.33º 0.4% 0.44% -
XYZ 10.08 8.13 7.34 -
YUV 82.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 113 68 73 0 0.40 0.35 0.56 353.33 0.25 0.35
Hex 71 44 49 0 28 23 38 161 19 23
Octal 161 104 111 0 50 43 70 541 31 43
Binary 1110001 1000100 1001001 0 101000 100011 111000 101100001 11001 100011

Color Harmonies of #714449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714449

Black with #714449

Text Example


Text Example

White with #714449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714449; }

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

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

background-color css

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

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

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

border-color css

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

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

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