Html Css Color HEX #772000 Falu Red

📋 copy color: '#772000'

red 119 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #772000

Tints of Falu Red #772000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.81%
G = 21.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#772000 (or 0x772000) is known color: Falu Red. HEX triplet: 77, 20 and 00. RGB value is (119,32,0). Sum of RGB (Red+Green+Blue) = 119+32+0=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #772000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772000 is #88DFFF. Grayscale: #363636. Windows color (decimal): -8970240 or 8311. OLE color: 8311.

HSL color Cylindrical-coordinate representation of color #772000: hue angle of 16.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #772000 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 0 -
CMYK 0 0.73 1 0.53
HSL 16.13º 1% 0.23% -
HSV(B) 16.13º 1% 0.47% -
XYZ 8.12 4.95 0.53 -
YUV 54.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 119 32 0 0 0.73 1 0.53 16.13 1 0.23
Hex 77 20 0 0 49 64 35 10 64 17
Octal 167 40 0 0 111 144 65 20 144 27
Binary 1110111 100000 0 0 1001001 1100100 110101 10000 1100100 10111

Color Harmonies of #772000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772000

Black with #772000

Text Example


Text Example

White with #772000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772000; }

 p { color: rgb(119,32,0); }

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

background-color css

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

 a { background-color: rgb(119,32,0); }

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

border-color css

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

 span { border-color: rgb(119,32,0); }

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