#754748

Color #754748 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #754748

Tints of Tosca #754748

Color information

#754748 (or 0x754748) is unknown color: approx Tosca. HEX triplet: 75, 47 and 48. RGB value is (117,71,72). Sum of RGB (Red+Green+Blue) = 117+71+72=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754748 is #8AB8B7. Grayscale: #545454. Windows color (decimal): -9091256 or 4736885. OLE color: 4736885.

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

Color convert

RGB1177172-
CMYK00.390.380.54
HSL358.7º24.47%36.86%-
HSV(B)358.7º39.32%45.88%-
XYZ10.768.767.25-
YUV84.87120.74150.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=45%
G=27.31%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117717200.390.380.54358.724.4736.86
Hex75474802726361671825
Octal16510711004746665473045
Binary111010110001111001000010011110011011011010110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754748; }

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

 H1.HeaderClassName
 {
   color: #754748;
 }
 .AnyTagClassName
 {
   color: #754748;
 }
</style>
background-color css

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

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

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

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

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

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