Html Css Color HEX #762505 Falu Red

📋 copy color: '#762505'

red 118 ◦ green 37 ◦ blue 5

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

Shades of Falu Red #762505

Tints of Falu Red #762505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

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

R = 73.75%
G = 23.13%
B = 3.13%

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

#762505 (or 0x762505) is known color: Falu Red. HEX triplet: 76, 25 and 05. RGB value is (118,37,5). Sum of RGB (Red+Green+Blue) = 118+37+5=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #762505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762505 is #89DAFA. Grayscale: #393939. Windows color (decimal): -9034491 or 337270. OLE color: 337270.

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

Color convert

RGB 118 37 5 -
CMYK 0 0.69 0.96 0.54
HSL 16.99º 0.92% 0.24% -
HSV(B) 16.99º 0.96% 0.46% -
XYZ 8.16 5.19 0.71 -
YUV 57.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 118 37 5 0 0.69 0.96 0.54 16.99 0.92 0.24
Hex 76 25 5 0 45 60 36 11 5C 18
Octal 166 45 5 0 105 140 66 21 134 30
Binary 1110110 100101 101 0 1000101 1100000 110110 10001 1011100 11000

Color Harmonies of #762505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762505

Black with #762505

Text Example


Text Example

White with #762505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762505; }

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

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

background-color css

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

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

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

border-color css

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

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

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