#774143

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

Shades of Tosca #774143

Tints of Tosca #774143

Color information

#774143 (or 0x774143) is unknown color: approx Tosca. HEX triplet: 77, 41 and 43. RGB value is (119,65,67). Sum of RGB (Red+Green+Blue) = 119+65+67=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774143 is #88BEBC. Grayscale: #515151. Windows color (decimal): -8961725 or 4407671. OLE color: 4407671.

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

Color convert

RGB1196567-
CMYK00.450.440.53
HSL357.78º29.35%36.08%-
HSV(B)357.78º45.38%46.67%-
XYZ10.518.116.32-
YUV81.37119.89154.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 67 (26.56% from 255) = 26.69%
R=47.41%
G=25.90%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119656700.450.440.53357.7829.3536.08
Hex77414302D2C351661d24
Octal16710110305554655463544
Binary111011110000011000011010110110110011010110110011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774143; }

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

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

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

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

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

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

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

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