Html Css Color HEX #7B2712 Falu Red

📋 copy color: '#7B2712'

red 123 ◦ green 39 ◦ blue 18

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

Shades of Falu Red #7B2712

Tints of Falu Red #7B2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 18 (7.42% from 255) = 10%

R = 68.33%
G = 21.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B2712 (or 0x7B2712) is known color: Falu Red. HEX triplet: 7B, 27 and 12. RGB value is (123,39,18). Sum of RGB (Red+Green+Blue) = 123+39+18=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2712 is #84D8ED. Grayscale: #3D3D3D. Windows color (decimal): -8706286 or 1189755. OLE color: 1189755.

HSL color Cylindrical-coordinate representation of color #7B2712: hue angle of 12º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B2712 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 39 18 -
CMYK 0 0.68 0.85 0.52
HSL 12º 0.74% 0.28% -
HSV(B) 12º 0.85% 0.48% -
XYZ 9 5.71 1.2 -
YUV 61.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 123 39 18 0 0.68 0.85 0.52 12 0.74 0.28
Hex 7B 27 12 0 44 55 34 C 4A 1C
Octal 173 47 22 0 104 125 64 14 112 34
Binary 1111011 100111 10010 0 1000100 1010101 110100 1100 1001010 11100

Color Harmonies of #7B2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2712

Black with #7B2712

Text Example


Text Example

White with #7B2712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,39,18); }

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

background-color css

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

 a { background-color: rgb(123,39,18); }

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

border-color css

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

 span { border-color: rgb(123,39,18); }

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