Html Css Color HEX #714243 Tosca

📋 copy color: '#714243'

red 113 ◦ green 66 ◦ blue 67

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

Shades of Tosca #714243

Tints of Tosca #714243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 45.93%
G = 26.83%
B = 27.24%

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

#714243 (or 0x714243) is known color: Tosca. HEX triplet: 71, 42 and 43. RGB value is (113,66,67). Sum of RGB (Red+Green+Blue) = 113+66+67=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #714243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714243 is #8EBDBC. Grayscale: #505050. Windows color (decimal): -9354685 or 4407921. OLE color: 4407921.

HSL color Cylindrical-coordinate representation of color #714243: hue angle of 358.72º degrees, saturation: 0.26, 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 #714243 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 66 67 -
CMYK 0 0.42 0.41 0.56
HSL 358.72º 0.26% 0.35% -
HSV(B) 358.72º 0.42% 0.44% -
XYZ 9.77 7.81 6.3 -
YUV 80.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 113 66 67 0 0.42 0.41 0.56 358.72 0.26 0.35
Hex 71 42 43 0 2A 29 38 167 1A 23
Octal 161 102 103 0 52 51 70 547 32 43
Binary 1110001 1000010 1000011 0 101010 101001 111000 101100111 11010 100011

Color Harmonies of #714243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714243

Black with #714243

Text Example


Text Example

White with #714243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714243; }

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

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

background-color css

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

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

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

border-color css

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

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

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