Html Css Color HEX #7C7271 Ferra

📋 copy color: '#7C7271'

red 124 ◦ green 114 ◦ blue 113

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

Shades of Ferra #7C7271

Tints of Ferra #7C7271

RGB

 RED value IS 124 (48.83% from 255) = 35.33%

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 35.33%
G = 32.48%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C7271 (or 0x7C7271) is known color: Ferra. HEX triplet: 7C, 72 and 71. RGB value is (124,114,113). Sum of RGB (Red+Green+Blue) = 124+114+113=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7271 is #838D8E. Grayscale: #747474. Windows color (decimal): -8621455 or 7434876. OLE color: 7434876.

HSL color Cylindrical-coordinate representation of color #7C7271: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7271 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 114 113 -
CMYK 0 0.08 0.09 0.51
HSL 5.45º 0.05% 0.46% -
HSV(B) 5.45º 0.09% 0.49% -
XYZ 17.31 17.51 18.09 -
YUV 116.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 124 114 113 0 0.08 0.09 0.51 5.45 0.05 0.46
Hex 7C 72 71 0 8 9 33 5 5 2E
Octal 174 162 161 0 10 11 63 5 5 56
Binary 1111100 1110010 1110001 0 1000 1001 110011 101 101 101110

Color Harmonies of #7C7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7271

Black with #7C7271

Text Example


Text Example

White with #7C7271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,114,113); }

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

background-color css

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

 a { background-color: rgb(124,114,113); }

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

border-color css

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

 span { border-color: rgb(124,114,113); }

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