Html Css Color HEX #761902 Falu Red

📋 copy color: '#761902'

red 118 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #761902

Tints of Falu Red #761902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

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

R = 81.38%
G = 17.24%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#761902 (or 0x761902) is known color: Falu Red. HEX triplet: 76, 19 and 02. RGB value is (118,25,2). Sum of RGB (Red+Green+Blue) = 118+25+2=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #761902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761902 is #89E6FD. Grayscale: #323232. Windows color (decimal): -9037566 or 137590. OLE color: 137590.

HSL color Cylindrical-coordinate representation of color #761902: hue angle of 11.9º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #761902 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 2 -
CMYK 0 0.79 0.98 0.54
HSL 11.9º 0.97% 0.24% -
HSV(B) 11.9º 0.98% 0.46% -
XYZ 7.83 4.55 0.52 -
YUV 50.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 118 25 2 0 0.79 0.98 0.54 11.9 0.97 0.24
Hex 76 19 2 0 4F 62 36 C 61 18
Octal 166 31 2 0 117 142 66 14 141 30
Binary 1110110 11001 10 0 1001111 1100010 110110 1100 1100001 11000

Color Harmonies of #761902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761902

Black with #761902

Text Example


Text Example

White with #761902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761902; }

 p { color: rgb(118,25,2); }

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

background-color css

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

 a { background-color: rgb(118,25,2); }

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

border-color css

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

 span { border-color: rgb(118,25,2); }

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