Html Css Color HEX #76170B Falu Red

📋 copy color: '#76170B'

red 118 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #76170B

Tints of Falu Red #76170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 77.63%
G = 15.13%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76170B (or 0x76170B) is known color: Falu Red. HEX triplet: 76, 17 and 0B. RGB value is (118,23,11). Sum of RGB (Red+Green+Blue) = 118+23+11=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76170B is #89E8F4. Grayscale: #323232. Windows color (decimal): -9038069 or 726902. OLE color: 726902.

HSL color Cylindrical-coordinate representation of color #76170B: hue angle of 6.73º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76170B is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 11 -
CMYK 0 0.81 0.91 0.54
HSL 6.73º 0.83% 0.25% -
HSV(B) 6.73º 0.91% 0.46% -
XYZ 7.84 4.49 0.77 -
YUV 50.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 118 23 11 0 0.81 0.91 0.54 6.73 0.83 0.25
Hex 76 17 B 0 51 5B 36 7 53 19
Octal 166 27 13 0 121 133 66 7 123 31
Binary 1110110 10111 1011 0 1010001 1011011 110110 111 1010011 11001

Color Harmonies of #76170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76170B

Black with #76170B

Text Example


Text Example

White with #76170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76170B; }

 p { color: rgb(118,23,11); }

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

background-color css

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

 a { background-color: rgb(118,23,11); }

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

border-color css

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

 span { border-color: rgb(118,23,11); }

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