Html Css Color HEX #754447 Tosca

📋 copy color: '#754447'

red 117 ◦ green 68 ◦ blue 71

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

Shades of Tosca #754447

Tints of Tosca #754447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

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

R = 45.7%
G = 26.56%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#754447 (or 0x754447) is known color: Tosca. HEX triplet: 75, 44 and 47. RGB value is (117,68,71). Sum of RGB (Red+Green+Blue) = 117+68+71=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754447 is #8ABBB8. Grayscale: #535353. Windows color (decimal): -9092025 or 4670581. OLE color: 4670581.

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

Color convert

RGB 117 68 71 -
CMYK 0 0.42 0.39 0.54
HSL 356.33º 0.26% 0.36% -
HSV(B) 356.33º 0.42% 0.46% -
XYZ 10.54 8.37 7.02 -
YUV 82.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 117 68 71 0 0.42 0.39 0.54 356.33 0.26 0.36
Hex 75 44 47 0 2A 27 36 164 1A 24
Octal 165 104 107 0 52 47 66 544 32 44
Binary 1110101 1000100 1000111 0 101010 100111 110110 101100100 11010 100100

Color Harmonies of #754447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754447

Black with #754447

Text Example


Text Example

White with #754447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754447; }

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

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

background-color css

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

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

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

border-color css

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

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

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