Html Css Color HEX #76260F Falu Red

📋 copy color: '#76260F'

red 118 ◦ green 38 ◦ blue 15

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

Shades of Falu Red #76260F

Tints of Falu Red #76260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 69.01%
G = 22.22%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76260F (or 0x76260F) is known color: Falu Red. HEX triplet: 76, 26 and 0F. RGB value is (118,38,15). Sum of RGB (Red+Green+Blue) = 118+38+15=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #76260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76260F is #89D9F0. Grayscale: #3B3B3B. Windows color (decimal): -9034225 or 992886. OLE color: 992886.

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

Color convert

RGB 118 38 15 -
CMYK 0 0.68 0.87 0.54
HSL 13.4º 0.77% 0.26% -
HSV(B) 13.4º 0.87% 0.46% -
XYZ 8.25 5.27 1.03 -
YUV 59.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 118 38 15 0 0.68 0.87 0.54 13.4 0.77 0.26
Hex 76 26 F 0 44 57 36 D 4D 1A
Octal 166 46 17 0 104 127 66 15 115 32
Binary 1110110 100110 1111 0 1000100 1010111 110110 1101 1001101 11010

Color Harmonies of #76260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76260F

Black with #76260F

Text Example


Text Example

White with #76260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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