#774748

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

Shades of Tosca #774748

Tints of Tosca #774748

Color information

#774748 (or 0x774748) is unknown color: approx Tosca. HEX triplet: 77, 47 and 48. RGB value is (119,71,72). Sum of RGB (Red+Green+Blue) = 119+71+72=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #774748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774748 is #88B8B7. Grayscale: #555555. Windows color (decimal): -8960184 or 4736887. OLE color: 4736887.

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

Color convert

RGB1197172-
CMYK00.400.390.53
HSL358.75º25.26%37.25%-
HSV(B)358.75º40.34%46.67%-
XYZ11.038.97.27-
YUV85.47120.4151.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=45.42%
G=27.10%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119717200.400.390.53358.7525.2637.25
Hex77474802827351671925
Octal16710711005047655473145
Binary111011110001111001000010100010011111010110110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774748; }

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

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

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

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

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

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

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

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