Html Css Color HEX #762216 Falu Red

📋 copy color: '#762216'

red 118 ◦ green 34 ◦ blue 22

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

Shades of Falu Red #762216

Tints of Falu Red #762216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

 BLUE value IS 22 (8.98% from 255) = 12.64%

R = 67.82%
G = 19.54%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762216 (or 0x762216) is known color: Falu Red. HEX triplet: 76, 22 and 16. RGB value is (118,34,22). Sum of RGB (Red+Green+Blue) = 118+34+22=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762216 is #89DDE9. Grayscale: #393939. Windows color (decimal): -9035242 or 1450614. OLE color: 1450614.

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

Color convert

RGB 118 34 22 -
CMYK 0 0.71 0.81 0.54
HSL 7.5º 0.69% 0.27% -
HSV(B) 7.5º 0.81% 0.46% -
XYZ 8.19 5.05 1.3 -
YUV 57.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 118 34 22 0 0.71 0.81 0.54 7.5 0.69 0.27
Hex 76 22 16 0 47 51 36 8 45 1B
Octal 166 42 26 0 107 121 66 10 105 33
Binary 1110110 100010 10110 0 1000111 1010001 110110 1000 1000101 11011

Color Harmonies of #762216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762216

Black with #762216

Text Example


Text Example

White with #762216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762216; }

 p { color: rgb(118,34,22); }

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

background-color css

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

 a { background-color: rgb(118,34,22); }

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

border-color css

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

 span { border-color: rgb(118,34,22); }

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