Html Css Color HEX #76160C Falu Red

📋 copy color: '#76160C'

red 118 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #76160C

Tints of Falu Red #76160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

 BLUE value IS 12 (5.08% from 255) = 7.89%

R = 77.63%
G = 14.47%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76160C (or 0x76160C) is known color: Falu Red. HEX triplet: 76, 16 and 0C. RGB value is (118,22,12). Sum of RGB (Red+Green+Blue) = 118+22+12=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76160C is #89E9F3. Grayscale: #313131. Windows color (decimal): -9038324 or 792182. OLE color: 792182.

HSL color Cylindrical-coordinate representation of color #76160C: hue angle of 5.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76160C is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 12 -
CMYK 0 0.81 0.90 0.54
HSL 5.66º 0.82% 0.25% -
HSV(B) 5.66º 0.9% 0.46% -
XYZ 7.82 4.45 0.79 -
YUV 49.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 118 22 12 0 0.81 0.90 0.54 5.66 0.82 0.25
Hex 76 16 C 0 51 5A 36 6 52 19
Octal 166 26 14 0 121 132 66 6 122 31
Binary 1110110 10110 1100 0 1010001 1011010 110110 110 1010010 11001

Color Harmonies of #76160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76160C

Black with #76160C

Text Example


Text Example

White with #76160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76160C; }

 p { color: rgb(118,22,12); }

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

background-color css

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

 a { background-color: rgb(118,22,12); }

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

border-color css

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

 span { border-color: rgb(118,22,12); }

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