Html Css Color HEX #714348 Tosca

📋 copy color: '#714348'

red 113 ◦ green 67 ◦ blue 72

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

Shades of Tosca #714348

Tints of Tosca #714348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 44.84%
G = 26.59%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#714348 (or 0x714348) is known color: Tosca. HEX triplet: 71, 43 and 48. RGB value is (113,67,72). Sum of RGB (Red+Green+Blue) = 113+67+72=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #714348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714348 is #8EBCB7. Grayscale: #515151. Windows color (decimal): -9354424 or 4735857. OLE color: 4735857.

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

Color convert

RGB 113 67 72 -
CMYK 0 0.41 0.36 0.56
HSL 353.48º 0.26% 0.35% -
HSV(B) 353.48º 0.41% 0.44% -
XYZ 9.99 7.99 7.15 -
YUV 81.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 113 67 72 0 0.41 0.36 0.56 353.48 0.26 0.35
Hex 71 43 48 0 29 24 38 161 1A 23
Octal 161 103 110 0 51 44 70 541 32 43
Binary 1110001 1000011 1001000 0 101001 100100 111000 101100001 11010 100011

Color Harmonies of #714348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714348

Black with #714348

Text Example


Text Example

White with #714348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714348; }

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

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

background-color css

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

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

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

border-color css

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

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

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