Html Css Color HEX #772302 Falu Red

📋 copy color: '#772302'

red 119 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #772302

Tints of Falu Red #772302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 2 (1.17% from 255) = 1.28%

R = 76.28%
G = 22.44%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#772302 (or 0x772302) is known color: Falu Red. HEX triplet: 77, 23 and 02. RGB value is (119,35,2). Sum of RGB (Red+Green+Blue) = 119+35+2=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #772302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772302 is #88DCFD. Grayscale: #383838. Windows color (decimal): -8969470 or 140151. OLE color: 140151.

HSL color Cylindrical-coordinate representation of color #772302: hue angle of 16.92º 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 #772302 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 35 2 -
CMYK 0 0.71 0.98 0.53
HSL 16.92º 0.97% 0.24% -
HSV(B) 16.92º 0.98% 0.47% -
XYZ 8.22 5.13 0.61 -
YUV 56.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 119 35 2 0 0.71 0.98 0.53 16.92 0.97 0.24
Hex 77 23 2 0 47 62 35 11 61 18
Octal 167 43 2 0 107 142 65 21 141 30
Binary 1110111 100011 10 0 1000111 1100010 110101 10001 1100001 11000

Color Harmonies of #772302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772302

Black with #772302

Text Example


Text Example

White with #772302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772302; }

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

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

background-color css

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

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

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

border-color css

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

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

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