Html Css Color HEX #714044 Tosca

📋 copy color: '#714044'

red 113 ◦ green 64 ◦ blue 68

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

Shades of Tosca #714044

Tints of Tosca #714044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.76%

R = 46.12%
G = 26.12%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#714044 (or 0x714044) is known color: Tosca. HEX triplet: 71, 40 and 44. RGB value is (113,64,68). Sum of RGB (Red+Green+Blue) = 113+64+68=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #714044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714044 is #8EBFBB. Grayscale: #4F4F4F. Windows color (decimal): -9355196 or 4472945. OLE color: 4472945.

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

Color convert

RGB 113 64 68 -
CMYK 0 0.43 0.40 0.56
HSL 355.1º 0.28% 0.35% -
HSV(B) 355.1º 0.43% 0.44% -
XYZ 9.69 7.59 6.42 -
YUV 79.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 113 64 68 0 0.43 0.40 0.56 355.1 0.28 0.35
Hex 71 40 44 0 2B 28 38 163 1C 23
Octal 161 100 104 0 53 50 70 543 34 43
Binary 1110001 1000000 1000100 0 101011 101000 111000 101100011 11100 100011

Color Harmonies of #714044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714044

Black with #714044

Text Example


Text Example

White with #714044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714044; }

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

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

background-color css

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

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

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

border-color css

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

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

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