Html Css Color HEX #762305 Falu Red

📋 copy color: '#762305'

red 118 ◦ green 35 ◦ blue 5

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

Shades of Falu Red #762305

Tints of Falu Red #762305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

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

R = 74.68%
G = 22.15%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#762305 (or 0x762305) is known color: Falu Red. HEX triplet: 76, 23 and 05. RGB value is (118,35,5). Sum of RGB (Red+Green+Blue) = 118+35+5=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #762305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762305 is #89DCFA. Grayscale: #383838. Windows color (decimal): -9035003 or 336758. OLE color: 336758.

HSL color Cylindrical-coordinate representation of color #762305: hue angle of 15.93º 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 #762305 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 5 -
CMYK 0 0.70 0.96 0.54
HSL 15.93º 0.92% 0.24% -
HSV(B) 15.93º 0.96% 0.46% -
XYZ 8.1 5.06 0.69 -
YUV 56.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 118 35 5 0 0.70 0.96 0.54 15.93 0.92 0.24
Hex 76 23 5 0 46 60 36 10 5C 18
Octal 166 43 5 0 106 140 66 20 134 30
Binary 1110110 100011 101 0 1000110 1100000 110110 10000 1011100 11000

Color Harmonies of #762305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762305

Black with #762305

Text Example


Text Example

White with #762305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762305; }

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

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

background-color css

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

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

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

border-color css

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

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

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