Html Css Color HEX #760E0B Falu Red

📋 copy color: '#760E0B'

red 118 ◦ green 14 ◦ blue 11

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

Shades of Falu Red #760E0B

Tints of Falu Red #760E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.79%

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 82.52%
G = 9.79%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#760E0B (or 0x760E0B) is known color: Falu Red. HEX triplet: 76, 0E and 0B. RGB value is (118,14,11). Sum of RGB (Red+Green+Blue) = 118+14+11=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E0B is #89F1F4. Grayscale: #2C2C2C. Windows color (decimal): -9040373 or 724598. OLE color: 724598.

HSL color Cylindrical-coordinate representation of color #760E0B: hue angle of 1.68º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760E0B is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 14 11 -
CMYK 0 0.88 0.91 0.54
HSL 1.68º 0.83% 0.25% -
HSV(B) 1.68º 0.91% 0.46% -
XYZ 7.69 4.19 0.72 -
YUV 44.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 118 14 11 0 0.88 0.91 0.54 1.68 0.83 0.25
Hex 76 E B 0 58 5B 36 2 53 19
Octal 166 16 13 0 130 133 66 2 123 31
Binary 1110110 1110 1011 0 1011000 1011011 110110 10 1010011 11001

Color Harmonies of #760E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E0B

Black with #760E0B

Text Example


Text Example

White with #760E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E0B; }

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

 H1.HeaderClassName
 {
   color: #760E0B;
 }
 .AnyTagClassName
 {
   color: #760E0B;
 }
</style>

background-color css

<style>
 a { background-color: #760E0B; }

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

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

border-color css

<style>
 span { border-color: #760E0B; }

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

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