Html Css Color HEX #714041 Tosca

📋 copy color: '#714041'

red 113 ◦ green 64 ◦ blue 65

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

Shades of Tosca #714041

Tints of Tosca #714041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 46.69%
G = 26.45%
B = 26.86%

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

#714041 (or 0x714041) is known color: Tosca. HEX triplet: 71, 40 and 41. RGB value is (113,64,65). Sum of RGB (Red+Green+Blue) = 113+64+65=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #714041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714041 is #8EBFBE. Grayscale: #4E4E4E. Windows color (decimal): -9355199 or 4276337. OLE color: 4276337.

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

Color convert

RGB 113 64 65 -
CMYK 0 0.43 0.42 0.56
HSL 358.78º 0.28% 0.35% -
HSV(B) 358.78º 0.43% 0.44% -
XYZ 9.6 7.56 5.95 -
YUV 78.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 113 64 65 0 0.43 0.42 0.56 358.78 0.28 0.35
Hex 71 40 41 0 2B 2A 38 167 1C 23
Octal 161 100 101 0 53 52 70 547 34 43
Binary 1110001 1000000 1000001 0 101011 101010 111000 101100111 11100 100011

Color Harmonies of #714041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714041

Black with #714041

Text Example


Text Example

White with #714041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714041; }

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

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

background-color css

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

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

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

border-color css

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

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

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