Html Css Color HEX #762008 Falu Red

📋 copy color: '#762008'

red 118 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #762008

Tints of Falu Red #762008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 74.68%
G = 20.25%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#762008 (or 0x762008) is known color: Falu Red. HEX triplet: 76, 20 and 08. RGB value is (118,32,8). Sum of RGB (Red+Green+Blue) = 118+32+8=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #762008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762008 is #89DFF7. Grayscale: #373737. Windows color (decimal): -9035768 or 532598. OLE color: 532598.

HSL color Cylindrical-coordinate representation of color #762008: hue angle of 13.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #762008 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 8 -
CMYK 0 0.73 0.93 0.54
HSL 13.09º 0.87% 0.25% -
HSV(B) 13.09º 0.93% 0.46% -
XYZ 8.03 4.9 0.75 -
YUV 54.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 118 32 8 0 0.73 0.93 0.54 13.09 0.87 0.25
Hex 76 20 8 0 49 5D 36 D 57 19
Octal 166 40 10 0 111 135 66 15 127 31
Binary 1110110 100000 1000 0 1001001 1011101 110110 1101 1010111 11001

Color Harmonies of #762008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762008

Black with #762008

Text Example


Text Example

White with #762008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762008; }

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

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

background-color css

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

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

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

border-color css

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

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

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