Html Css Color HEX #761B0C Falu Red

📋 copy color: '#761B0C'

red 118 ◦ green 27 ◦ blue 12

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

Shades of Falu Red #761B0C

Tints of Falu Red #761B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

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

R = 75.16%
G = 17.2%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#761B0C (or 0x761B0C) is known color: Falu Red. HEX triplet: 76, 1B and 0C. RGB value is (118,27,12). Sum of RGB (Red+Green+Blue) = 118+27+12=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B0C is #89E4F3. Grayscale: #343434. Windows color (decimal): -9037044 or 793462. OLE color: 793462.

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

Color convert

RGB 118 27 12 -
CMYK 0 0.77 0.90 0.54
HSL 8.49º 0.82% 0.25% -
HSV(B) 8.49º 0.9% 0.46% -
XYZ 7.93 4.66 0.83 -
YUV 52.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 118 27 12 0 0.77 0.90 0.54 8.49 0.82 0.25
Hex 76 1B C 0 4D 5A 36 8 52 19
Octal 166 33 14 0 115 132 66 10 122 31
Binary 1110110 11011 1100 0 1001101 1011010 110110 1000 1010010 11001

Color Harmonies of #761B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B0C

Black with #761B0C

Text Example


Text Example

White with #761B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761B0C; }

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

 H1.HeaderClassName
 {
   color: #761B0C;
 }
 .AnyTagClassName
 {
   color: #761B0C;
 }
</style>

background-color css

<style>
 a { background-color: #761B0C; }

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

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

border-color css

<style>
 span { border-color: #761B0C; }

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

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