Html Css Color HEX #772403 Falu Red

📋 copy color: '#772403'

red 119 ◦ green 36 ◦ blue 3

#772403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #772403

Tints of Falu Red #772403

RGB

 RED value IS 119 (46.88% from 255) = 75.32%

 GREEN value IS 36 (14.45% from 255) = 22.78%

 BLUE value IS 3 (1.56% from 255) = 1.9%

R = 75.32%
G = 22.78%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772403 (or 0x772403) is known color: Falu Red. HEX triplet: 77, 24 and 03. RGB value is (119,36,3). Sum of RGB (Red+Green+Blue) = 119+36+3=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #772403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772403 is #88DBFC. Grayscale: #393939. Windows color (decimal): -8969213 or 205943. OLE color: 205943.

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

Color convert

RGB 119 36 3 -
CMYK 0 0.70 0.97 0.53
HSL 17.07º 0.95% 0.24% -
HSV(B) 17.07º 0.97% 0.47% -
XYZ 8.26 5.19 0.65 -
YUV 57.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 119 36 3 0 0.70 0.97 0.53 17.07 0.95 0.24
Hex 77 24 3 0 46 61 35 11 5F 18
Octal 167 44 3 0 106 141 65 21 137 30
Binary 1110111 100100 11 0 1000110 1100001 110101 10001 1011111 11000

Color Harmonies of #772403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772403

Black with #772403

Text Example


Text Example

White with #772403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772403; }

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

 H1.HeaderClassName
 {
   color: #772403;
 }
 .AnyTagClassName
 {
   color: #772403;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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