Html Css Color HEX #761D08 Falu Red

📋 copy color: '#761D08'

red 118 ◦ green 29 ◦ blue 8

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

Shades of Falu Red #761D08

Tints of Falu Red #761D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

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

R = 76.13%
G = 18.71%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#761D08 (or 0x761D08) is known color: Falu Red. HEX triplet: 76, 1D and 08. RGB value is (118,29,8). Sum of RGB (Red+Green+Blue) = 118+29+8=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D08 is #89E2F7. Grayscale: #353535. Windows color (decimal): -9036536 or 531830. OLE color: 531830.

HSL color Cylindrical-coordinate representation of color #761D08: hue angle of 11.45º 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 #761D08 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 8 -
CMYK 0 0.75 0.93 0.54
HSL 11.45º 0.87% 0.25% -
HSV(B) 11.45º 0.93% 0.46% -
XYZ 7.95 4.75 0.73 -
YUV 53.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 118 29 8 0 0.75 0.93 0.54 11.45 0.87 0.25
Hex 76 1D 8 0 4B 5D 36 B 57 19
Octal 166 35 10 0 113 135 66 13 127 31
Binary 1110110 11101 1000 0 1001011 1011101 110110 1011 1010111 11001

Color Harmonies of #761D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D08

Black with #761D08

Text Example


Text Example

White with #761D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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