Html Css Color HEX #760F0C Falu Red

📋 copy color: '#760F0C'

red 118 ◦ green 15 ◦ blue 12

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

Shades of Falu Red #760F0C

Tints of Falu Red #760F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.34%

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

R = 81.38%
G = 10.34%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#760F0C (or 0x760F0C) is known color: Falu Red. HEX triplet: 76, 0F and 0C. RGB value is (118,15,12). Sum of RGB (Red+Green+Blue) = 118+15+12=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #760F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F0C is #89F0F3. Grayscale: #2D2D2D. Windows color (decimal): -9040116 or 790390. OLE color: 790390.

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

Color convert

RGB 118 15 12 -
CMYK 0 0.87 0.90 0.54
HSL 1.7º 0.82% 0.25% -
HSV(B) 1.7º 0.9% 0.46% -
XYZ 7.71 4.22 0.76 -
YUV 45.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 118 15 12 0 0.87 0.90 0.54 1.7 0.82 0.25
Hex 76 F C 0 57 5A 36 2 52 19
Octal 166 17 14 0 127 132 66 2 122 31
Binary 1110110 1111 1100 0 1010111 1011010 110110 10 1010010 11001

Color Harmonies of #760F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F0C

Black with #760F0C

Text Example


Text Example

White with #760F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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