Html Css Color HEX #754148 Tosca

📋 copy color: '#754148'

red 117 ◦ green 65 ◦ blue 72

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

Shades of Tosca #754148

Tints of Tosca #754148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 46.06%
G = 25.59%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754148 (or 0x754148) is known color: Tosca. HEX triplet: 75, 41 and 48. RGB value is (117,65,72). Sum of RGB (Red+Green+Blue) = 117+65+72=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754148 is #8ABEB7. Grayscale: #515151. Windows color (decimal): -9092792 or 4735349. OLE color: 4735349.

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

Color convert

RGB 117 65 72 -
CMYK 0 0.44 0.38 0.54
HSL 351.92º 0.29% 0.36% -
HSV(B) 351.92º 0.44% 0.46% -
XYZ 10.4 8.03 7.13 -
YUV 81.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 117 65 72 0 0.44 0.38 0.54 351.92 0.29 0.36
Hex 75 41 48 0 2C 26 36 160 1D 24
Octal 165 101 110 0 54 46 66 540 35 44
Binary 1110101 1000001 1001000 0 101100 100110 110110 101100000 11101 100100

Color Harmonies of #754148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754148

Black with #754148

Text Example


Text Example

White with #754148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754148; }

 p { color: rgb(117,65,72); }

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

background-color css

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

 a { background-color: rgb(117,65,72); }

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

border-color css

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

 span { border-color: rgb(117,65,72); }

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