Html Css Color HEX #762511 Falu Red

📋 copy color: '#762511'

red 118 ◦ green 37 ◦ blue 17

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

Shades of Falu Red #762511

Tints of Falu Red #762511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 68.6%
G = 21.51%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#762511 (or 0x762511) is known color: Falu Red. HEX triplet: 76, 25 and 11. RGB value is (118,37,17). Sum of RGB (Red+Green+Blue) = 118+37+17=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762511 is #89DAEE. Grayscale: #3B3B3B. Windows color (decimal): -9034479 or 1123702. OLE color: 1123702.

HSL color Cylindrical-coordinate representation of color #762511: hue angle of 11.88º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762511 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 17 -
CMYK 0 0.69 0.86 0.54
HSL 11.88º 0.75% 0.26% -
HSV(B) 11.88º 0.86% 0.46% -
XYZ 8.23 5.22 1.1 -
YUV 58.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 118 37 17 0 0.69 0.86 0.54 11.88 0.75 0.26
Hex 76 25 11 0 45 56 36 C 4B 1A
Octal 166 45 21 0 105 126 66 14 113 32
Binary 1110110 100101 10001 0 1000101 1010110 110110 1100 1001011 11010

Color Harmonies of #762511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762511

Black with #762511

Text Example


Text Example

White with #762511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762511; }

 p { color: rgb(118,37,17); }

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

background-color css

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

 a { background-color: rgb(118,37,17); }

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

border-color css

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

 span { border-color: rgb(118,37,17); }

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