Html Css Color HEX #7B280F Falu Red

📋 copy color: '#7B280F'

red 123 ◦ green 40 ◦ blue 15

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

Shades of Falu Red #7B280F

Tints of Falu Red #7B280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 69.1%
G = 22.47%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7B280F (or 0x7B280F) is known color: Falu Red. HEX triplet: 7B, 28 and 0F. RGB value is (123,40,15). Sum of RGB (Red+Green+Blue) = 123+40+15=178 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.10% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 123 - color contains mainly: red. Hex color #7B280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B280F is #84D7F0. Grayscale: #3E3E3E. Windows color (decimal): -8706033 or 993403. OLE color: 993403.

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

Color convert

RGB 123 40 15 -
CMYK 0 0.67 0.88 0.52
HSL 13.89º 0.78% 0.27% -
HSV(B) 13.89º 0.88% 0.48% -
XYZ 9.01 5.76 1.09 -
YUV 61.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 123 40 15 0 0.67 0.88 0.52 13.89 0.78 0.27
Hex 7B 28 F 0 43 58 34 E 4E 1B
Octal 173 50 17 0 103 130 64 16 116 33
Binary 1111011 101000 1111 0 1000011 1011000 110100 1110 1001110 11011

Color Harmonies of #7B280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B280F

Black with #7B280F

Text Example


Text Example

White with #7B280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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