Html Css Color HEX #762614 Falu Red

📋 copy color: '#762614'

red 118 ◦ green 38 ◦ blue 20

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

Shades of Falu Red #762614

Tints of Falu Red #762614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

 BLUE value IS 20 (8.2% from 255) = 11.36%

R = 67.05%
G = 21.59%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#762614 (or 0x762614) is known color: Falu Red. HEX triplet: 76, 26 and 14. RGB value is (118,38,20). Sum of RGB (Red+Green+Blue) = 118+38+20=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #762614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762614 is #89D9EB. Grayscale: #3C3C3C. Windows color (decimal): -9034220 or 1320566. OLE color: 1320566.

HSL color Cylindrical-coordinate representation of color #762614: hue angle of 11.02º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762614 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 20 -
CMYK 0 0.68 0.83 0.54
HSL 11.02º 0.71% 0.27% -
HSV(B) 11.02º 0.83% 0.46% -
XYZ 8.29 5.29 1.25 -
YUV 59.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 118 38 20 0 0.68 0.83 0.54 11.02 0.71 0.27
Hex 76 26 14 0 44 53 36 B 47 1B
Octal 166 46 24 0 104 123 66 13 107 33
Binary 1110110 100110 10100 0 1000100 1010011 110110 1011 1000111 11011

Color Harmonies of #762614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762614

Black with #762614

Text Example


Text Example

White with #762614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762614; }

 p { color: rgb(118,38,20); }

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

background-color css

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

 a { background-color: rgb(118,38,20); }

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

border-color css

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

 span { border-color: rgb(118,38,20); }

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