Html Css Color HEX #714447 Tosca

📋 copy color: '#714447'

red 113 ◦ green 68 ◦ blue 71

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

Shades of Tosca #714447

Tints of Tosca #714447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 44.84%
G = 26.98%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#714447 (or 0x714447) is known color: Tosca. HEX triplet: 71, 44 and 47. RGB value is (113,68,71). Sum of RGB (Red+Green+Blue) = 113+68+71=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #714447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714447 is #8EBBB8. Grayscale: #515151. Windows color (decimal): -9354169 or 4670577. OLE color: 4670577.

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

Color convert

RGB 113 68 71 -
CMYK 0 0.40 0.37 0.56
HSL 356º 0.25% 0.35% -
HSV(B) 356º 0.4% 0.44% -
XYZ 10.01 8.1 7 -
YUV 81.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 113 68 71 0 0.40 0.37 0.56 356 0.25 0.35
Hex 71 44 47 0 28 25 38 164 19 23
Octal 161 104 107 0 50 45 70 544 31 43
Binary 1110001 1000100 1000111 0 101000 100101 111000 101100100 11001 100011

Color Harmonies of #714447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714447

Black with #714447

Text Example


Text Example

White with #714447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714447; }

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

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

background-color css

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

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

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

border-color css

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

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

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