Html Css Color HEX #762000 Falu Red

📋 copy color: '#762000'

red 118 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #762000

Tints of Falu Red #762000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.67%
G = 21.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#762000 (or 0x762000) is known color: Falu Red. HEX triplet: 76, 20 and 00. RGB value is (118,32,0). Sum of RGB (Red+Green+Blue) = 118+32+0=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #762000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762000 is #89DFFF. Grayscale: #363636. Windows color (decimal): -9035776 or 8310. OLE color: 8310.

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

Color convert

RGB 118 32 0 -
CMYK 0 0.73 1 0.54
HSL 16.27º 1% 0.23% -
HSV(B) 16.27º 1% 0.46% -
XYZ 7.99 4.88 0.52 -
YUV 54.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 118 32 0 0 0.73 1 0.54 16.27 1 0.23
Hex 76 20 0 0 49 64 36 10 64 17
Octal 166 40 0 0 111 144 66 20 144 27
Binary 1110110 100000 0 0 1001001 1100100 110110 10000 1100100 10111

Color Harmonies of #762000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762000

Black with #762000

Text Example


Text Example

White with #762000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762000; }

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

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

background-color css

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

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

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

border-color css

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

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

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