Html Css Color HEX #714446 Tosca

📋 copy color: '#714446'

red 113 ◦ green 68 ◦ blue 70

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

Shades of Tosca #714446

Tints of Tosca #714446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 45.02%
G = 27.09%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#714446 (or 0x714446) is known color: Tosca. HEX triplet: 71, 44 and 46. RGB value is (113,68,70). Sum of RGB (Red+Green+Blue) = 113+68+70=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714446 is #8EBBB9. Grayscale: #515151. Windows color (decimal): -9354170 or 4605041. OLE color: 4605041.

HSL color Cylindrical-coordinate representation of color #714446: hue angle of 357.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 #714446 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 70 -
CMYK 0 0.40 0.38 0.56
HSL 357.33º 0.25% 0.35% -
HSV(B) 357.33º 0.4% 0.44% -
XYZ 9.98 8.09 6.83 -
YUV 81.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 113 68 70 0 0.40 0.38 0.56 357.33 0.25 0.35
Hex 71 44 46 0 28 26 38 165 19 23
Octal 161 104 106 0 50 46 70 545 31 43
Binary 1110001 1000100 1000110 0 101000 100110 111000 101100101 11001 100011

Color Harmonies of #714446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714446

Black with #714446

Text Example


Text Example

White with #714446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714446; }

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

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

background-color css

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

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

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

border-color css

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

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

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