Html Css Color HEX #7B2506 Falu Red

📋 copy color: '#7B2506'

red 123 ◦ green 37 ◦ blue 6

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

Shades of Falu Red #7B2506

Tints of Falu Red #7B2506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.61%

R = 74.1%
G = 22.29%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#7B2506 (or 0x7B2506) is known color: Falu Red. HEX triplet: 7B, 25 and 06. RGB value is (123,37,6). Sum of RGB (Red+Green+Blue) = 123+37+6=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2506 is #84DAF9. Grayscale: #3B3B3B. Windows color (decimal): -8706810 or 402811. OLE color: 402811.

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

Color convert

RGB 123 37 6 -
CMYK 0 0.70 0.95 0.52
HSL 15.9º 0.91% 0.25% -
HSV(B) 15.9º 0.95% 0.48% -
XYZ 8.86 5.55 0.78 -
YUV 59.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 123 37 6 0 0.70 0.95 0.52 15.9 0.91 0.25
Hex 7B 25 6 0 46 5F 34 10 5B 19
Octal 173 45 6 0 106 137 64 20 133 31
Binary 1111011 100101 110 0 1000110 1011111 110100 10000 1011011 11001

Color Harmonies of #7B2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2506

Black with #7B2506

Text Example


Text Example

White with #7B2506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,37,6); }

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

background-color css

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

 a { background-color: rgb(123,37,6); }

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

border-color css

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

 span { border-color: rgb(123,37,6); }

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