Html Css Color HEX #76260C Falu Red

📋 copy color: '#76260C'

red 118 ◦ green 38 ◦ blue 12

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

Shades of Falu Red #76260C

Tints of Falu Red #76260C

RGB

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

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

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

R = 70.24%
G = 22.62%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76260C (or 0x76260C) is known color: Falu Red. HEX triplet: 76, 26 and 0C. RGB value is (118,38,12). Sum of RGB (Red+Green+Blue) = 118+38+12=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76260C is #89D9F3. Grayscale: #3B3B3B. Windows color (decimal): -9034228 or 796278. OLE color: 796278.

HSL color Cylindrical-coordinate representation of color #76260C: hue angle of 14.72º 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 #76260C is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 12 -
CMYK 0 0.68 0.90 0.54
HSL 14.72º 0.82% 0.25% -
HSV(B) 14.72º 0.9% 0.46% -
XYZ 8.23 5.26 0.93 -
YUV 58.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 118 38 12 0 0.68 0.90 0.54 14.72 0.82 0.25
Hex 76 26 C 0 44 5A 36 F 52 19
Octal 166 46 14 0 104 132 66 17 122 31
Binary 1110110 100110 1100 0 1000100 1011010 110110 1111 1010010 11001

Color Harmonies of #76260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76260C

Black with #76260C

Text Example


Text Example

White with #76260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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