Html Css Color HEX #714042 Tosca

📋 copy color: '#714042'

red 113 ◦ green 64 ◦ blue 66

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

Shades of Tosca #714042

Tints of Tosca #714042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 46.5%
G = 26.34%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#714042 (or 0x714042) is known color: Tosca. HEX triplet: 71, 40 and 42. RGB value is (113,64,66). Sum of RGB (Red+Green+Blue) = 113+64+66=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #714042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714042 is #8EBFBD. Grayscale: #4E4E4E. Windows color (decimal): -9355198 or 4341873. OLE color: 4341873.

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

Color convert

RGB 113 64 66 -
CMYK 0 0.43 0.42 0.56
HSL 357.55º 0.28% 0.35% -
HSV(B) 357.55º 0.43% 0.44% -
XYZ 9.63 7.57 6.11 -
YUV 78.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 113 64 66 0 0.43 0.42 0.56 357.55 0.28 0.35
Hex 71 40 42 0 2B 2A 38 166 1C 23
Octal 161 100 102 0 53 52 70 546 34 43
Binary 1110001 1000000 1000010 0 101011 101010 111000 101100110 11100 100011

Color Harmonies of #714042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714042

Black with #714042

Text Example


Text Example

White with #714042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714042; }

 p { color: rgb(113,64,66); }

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

background-color css

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

 a { background-color: rgb(113,64,66); }

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

border-color css

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

 span { border-color: rgb(113,64,66); }

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