Html Css Color HEX #7B280B Falu Red

📋 copy color: '#7B280B'

red 123 ◦ green 40 ◦ blue 11

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

Shades of Falu Red #7B280B

Tints of Falu Red #7B280B

RGB

 RED value IS 123 (48.44% from 255) = 70.69%

 GREEN value IS 40 (16.02% from 255) = 22.99%

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

R = 70.69%
G = 22.99%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7B280B (or 0x7B280B) is known color: Falu Red. HEX triplet: 7B, 28 and 0B. RGB value is (123,40,11). Sum of RGB (Red+Green+Blue) = 123+40+11=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B280B is #84D7F4. Grayscale: #3D3D3D. Windows color (decimal): -8706037 or 731259. OLE color: 731259.

HSL color Cylindrical-coordinate representation of color #7B280B: hue angle of 15.54º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B280B is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 40 11 -
CMYK 0 0.67 0.91 0.52
HSL 15.54º 0.84% 0.26% -
HSV(B) 15.54º 0.91% 0.48% -
XYZ 8.99 5.75 0.95 -
YUV 61.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 123 40 11 0 0.67 0.91 0.52 15.54 0.84 0.26
Hex 7B 28 B 0 43 5B 34 10 54 1A
Octal 173 50 13 0 103 133 64 20 124 32
Binary 1111011 101000 1011 0 1000011 1011011 110100 10000 1010100 11010

Color Harmonies of #7B280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B280B

Black with #7B280B

Text Example


Text Example

White with #7B280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B280B; }

 p { color: rgb(123,40,11); }

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

background-color css

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

 a { background-color: rgb(123,40,11); }

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

border-color css

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

 span { border-color: rgb(123,40,11); }

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