#772402

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

Shades of Falu Red #772402

Tints of Falu Red #772402

Color information

#772402 (or 0x772402) is unknown color: approx Falu Red. HEX triplet: 77, 24 and 02. RGB value is (119,36,2). Sum of RGB (Red+Green+Blue) = 119+36+2=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #772402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772402 is #88DBFD. Grayscale: #393939. Windows color (decimal): -8969214 or 140407. OLE color: 140407.

HSL color Cylindrical-coordinate representation of color #772402: hue angle of 17.44º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #772402 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119362-
CMYK00.700.980.53
HSL17.44º96.69%23.73%-
HSV(B)17.44º98.32%46.67%-
XYZ8.255.190.62-
YUV56.9497172.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.80%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=75.80%
G=22.93%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11936200.700.980.5317.4496.6923.73
Hex772420466235116118
Octal1674420106142652114130
Binary11101111001001001000110110001011010110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772402; }

 p { color: rgb(119,36,2); }

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

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

 a { background-color: rgb(119,36,2); }

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

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

 span { border-color: rgb(119,36,2); }

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