Html Css Color HEX #770F0B Falu Red

📋 copy color: '#770F0B'

red 119 ◦ green 15 ◦ blue 11

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

Shades of Falu Red #770F0B

Tints of Falu Red #770F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.34%

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 82.07%
G = 10.34%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#770F0B (or 0x770F0B) is known color: Falu Red. HEX triplet: 77, 0F and 0B. RGB value is (119,15,11). Sum of RGB (Red+Green+Blue) = 119+15+11=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770F0B is #88F0F4. Grayscale: #2D2D2D. Windows color (decimal): -8974581 or 724855. OLE color: 724855.

HSL color Cylindrical-coordinate representation of color #770F0B: hue angle of 2.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770F0B is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 15 11 -
CMYK 0 0.87 0.91 0.53
HSL 2.22º 0.83% 0.25% -
HSV(B) 2.22º 0.91% 0.47% -
XYZ 7.84 4.29 0.73 -
YUV 45.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 119 15 11 0 0.87 0.91 0.53 2.22 0.83 0.25
Hex 77 F B 0 57 5B 35 2 53 19
Octal 167 17 13 0 127 133 65 2 123 31
Binary 1110111 1111 1011 0 1010111 1011011 110101 10 1010011 11001

Color Harmonies of #770F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F0B

Black with #770F0B

Text Example


Text Example

White with #770F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770F0B; }

 p { color: rgb(119,15,11); }

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

background-color css

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

 a { background-color: rgb(119,15,11); }

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

border-color css

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

 span { border-color: rgb(119,15,11); }

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