Html Css Color HEX #762405 Falu Red

📋 copy color: '#762405'

red 118 ◦ green 36 ◦ blue 5

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

Shades of Falu Red #762405

Tints of Falu Red #762405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

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

R = 74.21%
G = 22.64%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#762405 (or 0x762405) is known color: Falu Red. HEX triplet: 76, 24 and 05. RGB value is (118,36,5). Sum of RGB (Red+Green+Blue) = 118+36+5=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #762405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762405 is #89DBFA. Grayscale: #393939. Windows color (decimal): -9034747 or 337014. OLE color: 337014.

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

Color convert

RGB 118 36 5 -
CMYK 0 0.69 0.96 0.54
HSL 16.46º 0.92% 0.24% -
HSV(B) 16.46º 0.96% 0.46% -
XYZ 8.13 5.12 0.7 -
YUV 56.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 118 36 5 0 0.69 0.96 0.54 16.46 0.92 0.24
Hex 76 24 5 0 45 60 36 10 5C 18
Octal 166 44 5 0 105 140 66 20 134 30
Binary 1110110 100100 101 0 1000101 1100000 110110 10000 1011100 11000

Color Harmonies of #762405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762405

Black with #762405

Text Example


Text Example

White with #762405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762405; }

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

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

background-color css

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

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

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

border-color css

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

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

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