Html Css Color HEX #772402 Falu Red

📋 copy color: '#772402'

red 119 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #772402

Tints of Falu Red #772402

RGB

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

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

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

R = 75.8%
G = 22.93%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#772402 (or 0x772402) is known color: 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

RGB 119 36 2 -
CMYK 0 0.70 0.98 0.53
HSL 17.44º 0.97% 0.24% -
HSV(B) 17.44º 0.98% 0.47% -
XYZ 8.25 5.19 0.62 -
YUV 56.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 119 36 2 0 0.70 0.98 0.53 17.44 0.97 0.24
Hex 77 24 2 0 46 62 35 11 61 18
Octal 167 44 2 0 106 142 65 21 141 30
Binary 1110111 100100 10 0 1000110 1100010 110101 10001 1100001 11000

Color Harmonies of #772402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772402

Black with #772402

Text Example


Text Example

White with #772402

Text Example


Text Example

HTML Codes & Css Web 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>