Html Css Color HEX #754648 Tosca

📋 copy color: '#754648'

red 117 ◦ green 70 ◦ blue 72

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

Shades of Tosca #754648

Tints of Tosca #754648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

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

R = 45.17%
G = 27.03%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754648 (or 0x754648) is known color: Tosca. HEX triplet: 75, 46 and 48. RGB value is (117,70,72). Sum of RGB (Red+Green+Blue) = 117+70+72=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754648 is #8AB9B7. Grayscale: #545454. Windows color (decimal): -9091512 or 4736629. OLE color: 4736629.

HSL color Cylindrical-coordinate representation of color #754648: hue angle of 357.45º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754648 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 72 -
CMYK 0 0.40 0.38 0.54
HSL 357.45º 0.25% 0.37% -
HSV(B) 357.45º 0.4% 0.46% -
XYZ 10.7 8.63 7.23 -
YUV 84.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 117 70 72 0 0.40 0.38 0.54 357.45 0.25 0.37
Hex 75 46 48 0 28 26 36 165 19 25
Octal 165 106 110 0 50 46 66 545 31 45
Binary 1110101 1000110 1001000 0 101000 100110 110110 101100101 11001 100101

Color Harmonies of #754648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754648

Black with #754648

Text Example


Text Example

White with #754648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754648; }

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

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

background-color css

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

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

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

border-color css

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

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

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