Html Css Color HEX #761E02 Falu Red

📋 copy color: '#761E02'

red 118 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #761E02

Tints of Falu Red #761E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20%

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 78.67%
G = 20%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#761E02 (or 0x761E02) is known color: Falu Red. HEX triplet: 76, 1E and 02. RGB value is (118,30,2). Sum of RGB (Red+Green+Blue) = 118+30+2=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #761E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E02 is #89E1FD. Grayscale: #353535. Windows color (decimal): -9036286 or 138870. OLE color: 138870.

HSL color Cylindrical-coordinate representation of color #761E02: hue angle of 14.48º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #761E02 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 2 -
CMYK 0 0.75 0.98 0.54
HSL 14.48º 0.97% 0.24% -
HSV(B) 14.48º 0.98% 0.46% -
XYZ 7.95 4.78 0.56 -
YUV 53.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 118 30 2 0 0.75 0.98 0.54 14.48 0.97 0.24
Hex 76 1E 2 0 4B 62 36 E 61 18
Octal 166 36 2 0 113 142 66 16 141 30
Binary 1110110 11110 10 0 1001011 1100010 110110 1110 1100001 11000

Color Harmonies of #761E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E02

Black with #761E02

Text Example


Text Example

White with #761E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761E02; }

 p { color: rgb(118,30,2); }

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

background-color css

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

 a { background-color: rgb(118,30,2); }

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

border-color css

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

 span { border-color: rgb(118,30,2); }

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