Html Css Color HEX #772514 Falu Red

📋 copy color: '#772514'

red 119 ◦ green 37 ◦ blue 20

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

Shades of Falu Red #772514

Tints of Falu Red #772514

RGB

 RED value IS 119 (46.88% from 255) = 67.61%

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

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

R = 67.61%
G = 21.02%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#772514 (or 0x772514) is known color: Falu Red. HEX triplet: 77, 25 and 14. RGB value is (119,37,20). Sum of RGB (Red+Green+Blue) = 119+37+20=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #772514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772514 is #88DAEB. Grayscale: #3B3B3B. Windows color (decimal): -8968940 or 1320311. OLE color: 1320311.

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

Color convert

RGB 119 37 20 -
CMYK 0 0.69 0.83 0.53
HSL 10.3º 0.71% 0.27% -
HSV(B) 10.3º 0.83% 0.47% -
XYZ 8.4 5.3 1.24 -
YUV 59.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 119 37 20 0 0.69 0.83 0.53 10.3 0.71 0.27
Hex 77 25 14 0 45 53 35 A 47 1B
Octal 167 45 24 0 105 123 65 12 107 33
Binary 1110111 100101 10100 0 1000101 1010011 110101 1010 1000111 11011

Color Harmonies of #772514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772514

Black with #772514

Text Example


Text Example

White with #772514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772514; }

 p { color: rgb(119,37,20); }

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

background-color css

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

 a { background-color: rgb(119,37,20); }

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

border-color css

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

 span { border-color: rgb(119,37,20); }

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