#74494B

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

Shades of Tosca #74494B

Tints of Tosca #74494B

Color information

#74494B (or 0x74494B) is unknown color: approx Tosca. HEX triplet: 74, 49 and 4B. RGB value is (116,73,75). Sum of RGB (Red+Green+Blue) = 116+73+75=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74494B is #8BB6B4. Grayscale: #565656. Windows color (decimal): -9156277 or 4934004. OLE color: 4934004.

HSL color Cylindrical-coordinate representation of color #74494B: hue angle of 357.21º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74494B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1167375-
CMYK00.370.350.55
HSL357.21º22.75%37.06%-
HSV(B)357.21º37.07%45.49%-
XYZ10.868.997.82-
YUV86.08121.75149.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=43.94%
G=27.65%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116737500.370.350.55357.2122.7537.06
Hex74494B02523371651725
Octal16411111304543675452745
Binary111010010010011001011010010110001111011110110010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74494B; }

 p { color: rgb(116,73,75); }

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

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

 a { background-color: rgb(116,73,75); }

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

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

 span { border-color: rgb(116,73,75); }

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