Html Css Color HEX #7B261B Falu Red

📋 copy color: '#7B261B'

red 123 ◦ green 38 ◦ blue 27

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

Shades of Falu Red #7B261B

Tints of Falu Red #7B261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 65.43%
G = 20.21%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B261B (or 0x7B261B) is known color: Falu Red. HEX triplet: 7B, 26 and 1B. RGB value is (123,38,27). Sum of RGB (Red+Green+Blue) = 123+38+27=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B261B is #84D9E4. Grayscale: #3E3E3E. Windows color (decimal): -8706533 or 1779323. OLE color: 1779323.

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

Color convert

RGB 123 38 27 -
CMYK 0 0.69 0.78 0.52
HSL 6.88º 0.64% 0.29% -
HSV(B) 6.88º 0.78% 0.48% -
XYZ 9.06 5.68 1.66 -
YUV 62.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 123 38 27 0 0.69 0.78 0.52 6.88 0.64 0.29
Hex 7B 26 1B 0 45 4E 34 7 40 1D
Octal 173 46 33 0 105 116 64 7 100 35
Binary 1111011 100110 11011 0 1000101 1001110 110100 111 1000000 11101

Color Harmonies of #7B261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B261B

Black with #7B261B

Text Example


Text Example

White with #7B261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,38,27); }

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

background-color css

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

 a { background-color: rgb(123,38,27); }

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

border-color css

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

 span { border-color: rgb(123,38,27); }

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