#774348

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

Shades of Tosca #774348

Tints of Tosca #774348

Color information

#774348 (or 0x774348) is unknown color: approx Tosca. HEX triplet: 77, 43 and 48. RGB value is (119,67,72). Sum of RGB (Red+Green+Blue) = 119+67+72=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774348 is #88BCB7. Grayscale: #535353. Windows color (decimal): -8961208 or 4735863. OLE color: 4735863.

HSL color Cylindrical-coordinate representation of color #774348: hue angle of 354.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #774348 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1196772-
CMYK00.440.390.53
HSL354.23º27.96%36.47%-
HSV(B)354.23º43.7%46.67%-
XYZ10.788.47.18-
YUV83.12121.73153.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=46.12%
G=25.97%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119677200.440.390.53354.2327.9636.47
Hex77434802C27351621c24
Octal16710311005447655423444
Binary111011110000111001000010110010011111010110110001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774348; }

 p { color: rgb(119,67,72); }

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

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

 a { background-color: rgb(119,67,72); }

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

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

 span { border-color: rgb(119,67,72); }

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