#74474B

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

Shades of Tosca #74474B

Tints of Tosca #74474B

Color information

#74474B (or 0x74474B) is unknown color: approx Tosca. HEX triplet: 74, 47 and 4B. RGB value is (116,71,75). Sum of RGB (Red+Green+Blue) = 116+71+75=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74474B is #8BB8B4. Grayscale: #545454. Windows color (decimal): -9156789 or 4933492. OLE color: 4933492.

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

Color convert

RGB1167175-
CMYK00.390.350.55
HSL354.67º24.06%36.67%-
HSV(B)354.67º38.79%45.49%-
XYZ10.738.737.78-
YUV84.91122.41150.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=44.27%
G=27.10%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116717500.390.350.55354.6724.0636.67
Hex74474B02723371631825
Octal16410711304743675433045
Binary111010010001111001011010011110001111011110110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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