Html Css Color HEX #7F2708 Falu Red

📋 copy color: '#7F2708'

red 127 ◦ green 39 ◦ blue 8

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

Shades of Falu Red #7F2708

Tints of Falu Red #7F2708

RGB

 RED value IS 127 (50% from 255) = 72.99%

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

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 72.99%
G = 22.41%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F2708 (or 0x7F2708) is known color: Falu Red. HEX triplet: 7F, 27 and 08. RGB value is (127,39,8). Sum of RGB (Red+Green+Blue) = 127+39+8=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2708 is #80D8F7. Grayscale: #3D3D3D. Windows color (decimal): -8444152 or 534399. OLE color: 534399.

HSL color Cylindrical-coordinate representation of color #7F2708: hue angle of 15.63º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F2708 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 39 8 -
CMYK 0 0.69 0.94 0.50
HSL 15.63º 0.88% 0.26% -
HSV(B) 15.63º 0.94% 0.5% -
XYZ 9.52 5.98 0.88 -
YUV 61.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 127 39 8 0 0.69 0.94 0.50 15.63 0.88 0.26
Hex 7F 27 8 0 45 5E 32 10 58 1A
Octal 177 47 10 0 105 136 62 20 130 32
Binary 1111111 100111 1000 0 1000101 1011110 110010 10000 1011000 11010

Color Harmonies of #7F2708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2708

Black with #7F2708

Text Example


Text Example

White with #7F2708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,39,8); }

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

background-color css

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

 a { background-color: rgb(127,39,8); }

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

border-color css

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

 span { border-color: rgb(127,39,8); }

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