#774647

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

Shades of Tosca #774647

Tints of Tosca #774647

Color information

#774647 (or 0x774647) is unknown color: approx Tosca. HEX triplet: 77, 46 and 47. RGB value is (119,70,71). Sum of RGB (Red+Green+Blue) = 119+70+71=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774647 is #88B9B8. Grayscale: #545454. Windows color (decimal): -8960441 or 4671095. OLE color: 4671095.

HSL color Cylindrical-coordinate representation of color #774647: hue angle of 358.78º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #774647 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1197071-
CMYK00.410.400.53
HSL358.78º25.93%37.06%-
HSV(B)358.78º41.18%46.67%-
XYZ10.948.767.08-
YUV84.76120.23152.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=45.77%
G=26.92%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119707100.410.400.53358.7825.9337.06
Hex77464702928351671a25
Octal16710610705150655473245
Binary111011110001101000111010100110100011010110110011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774647; }

 p { color: rgb(119,70,71); }

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

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

 a { background-color: rgb(119,70,71); }

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

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

 span { border-color: rgb(119,70,71); }

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