Html Css Color HEX #762200 Falu Red

📋 copy color: '#762200'

red 118 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #762200

Tints of Falu Red #762200

RGB

 RED value IS 118 (46.48% from 255) = 77.63%

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 77.63%
G = 22.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#762200 (or 0x762200) is known color: Falu Red. HEX triplet: 76, 22 and 00. RGB value is (118,34,0). Sum of RGB (Red+Green+Blue) = 118+34+0=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #762200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762200 is #89DDFF. Grayscale: #373737. Windows color (decimal): -9035264 or 8822. OLE color: 8822.

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

Color convert

RGB 118 34 0 -
CMYK 0 0.71 1 0.54
HSL 17.29º 1% 0.23% -
HSV(B) 17.29º 1% 0.46% -
XYZ 8.04 5 0.54 -
YUV 55.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 118 34 0 0 0.71 1 0.54 17.29 1 0.23
Hex 76 22 0 0 47 64 36 11 64 17
Octal 166 42 0 0 107 144 66 21 144 27
Binary 1110110 100010 0 0 1000111 1100100 110110 10001 1100100 10111

Color Harmonies of #762200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762200

Black with #762200

Text Example


Text Example

White with #762200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762200; }

 p { color: rgb(118,34,0); }

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

background-color css

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

 a { background-color: rgb(118,34,0); }

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

border-color css

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

 span { border-color: rgb(118,34,0); }

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