Html Css Color HEX #754547 Tosca

📋 copy color: '#754547'

red 117 ◦ green 69 ◦ blue 71

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

Shades of Tosca #754547

Tints of Tosca #754547

RGB

 RED value IS 117 (46.09% from 255) = 45.53%

 GREEN value IS 69 (27.34% from 255) = 26.85%

 BLUE value IS 71 (28.13% from 255) = 27.63%

R = 45.53%
G = 26.85%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#754547 (or 0x754547) is known color: Tosca. HEX triplet: 75, 45 and 47. RGB value is (117,69,71). Sum of RGB (Red+Green+Blue) = 117+69+71=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #754547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754547 is #8ABAB8. Grayscale: #535353. Windows color (decimal): -9091769 or 4670837. OLE color: 4670837.

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

Color convert

RGB 117 69 71 -
CMYK 0 0.41 0.39 0.54
HSL 357.5º 0.26% 0.36% -
HSV(B) 357.5º 0.41% 0.46% -
XYZ 10.6 8.49 7.04 -
YUV 83.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 117 69 71 0 0.41 0.39 0.54 357.5 0.26 0.36
Hex 75 45 47 0 29 27 36 166 1A 24
Octal 165 105 107 0 51 47 66 546 32 44
Binary 1110101 1000101 1000111 0 101001 100111 110110 101100110 11010 100100

Color Harmonies of #754547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754547

Black with #754547

Text Example


Text Example

White with #754547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754547; }

 p { color: rgb(117,69,71); }

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

background-color css

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

 a { background-color: rgb(117,69,71); }

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

border-color css

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

 span { border-color: rgb(117,69,71); }

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