Html Css Color HEX #762117 Falu Red

📋 copy color: '#762117'

red 118 ◦ green 33 ◦ blue 23

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

Shades of Falu Red #762117

Tints of Falu Red #762117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 67.82%
G = 18.97%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762117 (or 0x762117) is known color: Falu Red. HEX triplet: 76, 21 and 17. RGB value is (118,33,23). Sum of RGB (Red+Green+Blue) = 118+33+23=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762117 is #89DEE8. Grayscale: #393939. Windows color (decimal): -9035497 or 1515894. OLE color: 1515894.

HSL color Cylindrical-coordinate representation of color #762117: hue angle of 6.32º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762117 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 23 -
CMYK 0 0.72 0.81 0.54
HSL 6.32º 0.67% 0.28% -
HSV(B) 6.32º 0.81% 0.46% -
XYZ 8.17 5 1.35 -
YUV 57.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 118 33 23 0 0.72 0.81 0.54 6.32 0.67 0.28
Hex 76 21 17 0 48 51 36 6 43 1C
Octal 166 41 27 0 110 121 66 6 103 34
Binary 1110110 100001 10111 0 1001000 1010001 110110 110 1000011 11100

Color Harmonies of #762117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762117

Black with #762117

Text Example


Text Example

White with #762117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762117; }

 p { color: rgb(118,33,23); }

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

background-color css

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

 a { background-color: rgb(118,33,23); }

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

border-color css

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

 span { border-color: rgb(118,33,23); }

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