Html Css Color HEX #714048 Tosca

📋 copy color: '#714048'

red 113 ◦ green 64 ◦ blue 72

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

Shades of Tosca #714048

Tints of Tosca #714048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 45.38%
G = 25.7%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#714048 (or 0x714048) is known color: Tosca. HEX triplet: 71, 40 and 48. RGB value is (113,64,72). Sum of RGB (Red+Green+Blue) = 113+64+72=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714048 is #8EBFB7. Grayscale: #4F4F4F. Windows color (decimal): -9355192 or 4735089. OLE color: 4735089.

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

Color convert

RGB 113 64 72 -
CMYK 0 0.43 0.36 0.56
HSL 350.2º 0.28% 0.35% -
HSV(B) 350.2º 0.43% 0.44% -
XYZ 9.81 7.65 7.09 -
YUV 79.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 113 64 72 0 0.43 0.36 0.56 350.2 0.28 0.35
Hex 71 40 48 0 2B 24 38 15E 1C 23
Octal 161 100 110 0 53 44 70 536 34 43
Binary 1110001 1000000 1001000 0 101011 100100 111000 101011110 11100 100011

Color Harmonies of #714048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714048

Black with #714048

Text Example


Text Example

White with #714048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714048; }

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

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

background-color css

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

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

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

border-color css

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

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

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