Html Css Color HEX #76260E Falu Red

📋 copy color: '#76260E'

red 118 ◦ green 38 ◦ blue 14

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

Shades of Falu Red #76260E

Tints of Falu Red #76260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 69.41%
G = 22.35%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76260E (or 0x76260E) is known color: Falu Red. HEX triplet: 76, 26 and 0E. RGB value is (118,38,14). Sum of RGB (Red+Green+Blue) = 118+38+14=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76260E is #89D9F1. Grayscale: #3B3B3B. Windows color (decimal): -9034226 or 927350. OLE color: 927350.

HSL color Cylindrical-coordinate representation of color #76260E: hue angle of 13.85º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76260E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 14 -
CMYK 0 0.68 0.88 0.54
HSL 13.85º 0.79% 0.26% -
HSV(B) 13.85º 0.88% 0.46% -
XYZ 8.24 5.27 1 -
YUV 59.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 118 38 14 0 0.68 0.88 0.54 13.85 0.79 0.26
Hex 76 26 E 0 44 58 36 E 4F 1A
Octal 166 46 16 0 104 130 66 16 117 32
Binary 1110110 100110 1110 0 1000100 1011000 110110 1110 1001111 11010

Color Harmonies of #76260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76260E

Black with #76260E

Text Example


Text Example

White with #76260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76260E; }

 p { color: rgb(118,38,14); }

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

background-color css

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

 a { background-color: rgb(118,38,14); }

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

border-color css

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

 span { border-color: rgb(118,38,14); }

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