Html Css Color HEX #762018 Falu Red

📋 copy color: '#762018'

red 118 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #762018

Tints of Falu Red #762018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

 BLUE value IS 24 (9.77% from 255) = 13.79%

R = 67.82%
G = 18.39%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#762018 (or 0x762018) is known color: Falu Red. HEX triplet: 76, 20 and 18. RGB value is (118,32,24). Sum of RGB (Red+Green+Blue) = 118+32+24=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762018 is #89DFE7. Grayscale: #383838. Windows color (decimal): -9035752 or 1581174. OLE color: 1581174.

HSL color Cylindrical-coordinate representation of color #762018: hue angle of 5.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762018 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 24 -
CMYK 0 0.73 0.80 0.54
HSL 5.11º 0.66% 0.28% -
HSV(B) 5.11º 0.8% 0.46% -
XYZ 8.15 4.95 1.39 -
YUV 56.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 118 32 24 0 0.73 0.80 0.54 5.11 0.66 0.28
Hex 76 20 18 0 49 50 36 5 42 1C
Octal 166 40 30 0 111 120 66 5 102 34
Binary 1110110 100000 11000 0 1001001 1010000 110110 101 1000010 11100

Color Harmonies of #762018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762018

Black with #762018

Text Example


Text Example

White with #762018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762018; }

 p { color: rgb(118,32,24); }

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

background-color css

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

 a { background-color: rgb(118,32,24); }

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

border-color css

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

 span { border-color: rgb(118,32,24); }

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