Html Css Color HEX #762105 Falu Red

📋 copy color: '#762105'

red 118 ◦ green 33 ◦ blue 5

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

Shades of Falu Red #762105

Tints of Falu Red #762105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 75.64%
G = 21.15%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#762105 (or 0x762105) is known color: Falu Red. HEX triplet: 76, 21 and 05. RGB value is (118,33,5). Sum of RGB (Red+Green+Blue) = 118+33+5=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #762105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762105 is #89DEFA. Grayscale: #373737. Windows color (decimal): -9035515 or 336246. OLE color: 336246.

HSL color Cylindrical-coordinate representation of color #762105: hue angle of 14.87º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #762105 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 5 -
CMYK 0 0.72 0.96 0.54
HSL 14.87º 0.92% 0.24% -
HSV(B) 14.87º 0.96% 0.46% -
XYZ 8.04 4.95 0.68 -
YUV 55.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 118 33 5 0 0.72 0.96 0.54 14.87 0.92 0.24
Hex 76 21 5 0 48 60 36 F 5C 18
Octal 166 41 5 0 110 140 66 17 134 30
Binary 1110110 100001 101 0 1001000 1100000 110110 1111 1011100 11000

Color Harmonies of #762105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762105

Black with #762105

Text Example


Text Example

White with #762105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762105; }

 p { color: rgb(118,33,5); }

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

background-color css

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

 a { background-color: rgb(118,33,5); }

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

border-color css

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

 span { border-color: rgb(118,33,5); }

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