Html Css Color HEX #714143 Tosca

📋 copy color: '#714143'

red 113 ◦ green 65 ◦ blue 67

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

Shades of Tosca #714143

Tints of Tosca #714143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 67 (26.56% from 255) = 27.35%

R = 46.12%
G = 26.53%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#714143 (or 0x714143) is known color: Tosca. HEX triplet: 71, 41 and 43. RGB value is (113,65,67). Sum of RGB (Red+Green+Blue) = 113+65+67=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #714143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714143 is #8EBEBC. Grayscale: #4F4F4F. Windows color (decimal): -9354941 or 4407665. OLE color: 4407665.

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

Color convert

RGB 113 65 67 -
CMYK 0 0.42 0.41 0.56
HSL 357.5º 0.27% 0.35% -
HSV(B) 357.5º 0.42% 0.44% -
XYZ 9.71 7.7 6.28 -
YUV 79.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 113 65 67 0 0.42 0.41 0.56 357.5 0.27 0.35
Hex 71 41 43 0 2A 29 38 166 1B 23
Octal 161 101 103 0 52 51 70 546 33 43
Binary 1110001 1000001 1000011 0 101010 101001 111000 101100110 11011 100011

Color Harmonies of #714143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714143

Black with #714143

Text Example


Text Example

White with #714143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714143; }

 p { color: rgb(113,65,67); }

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

background-color css

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

 a { background-color: rgb(113,65,67); }

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

border-color css

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

 span { border-color: rgb(113,65,67); }

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