Html Css Color HEX #7A7271 Ferra

📋 copy color: '#7A7271'

red 122 ◦ green 114 ◦ blue 113

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

Shades of Ferra #7A7271

Tints of Ferra #7A7271

RGB

 RED value IS 122 (48.05% from 255) = 34.96%

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

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

R = 34.96%
G = 32.66%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A7271 (or 0x7A7271) is known color: Ferra. HEX triplet: 7A, 72 and 71. RGB value is (122,114,113). Sum of RGB (Red+Green+Blue) = 122+114+113=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7271 is #858D8E. Grayscale: #747474. Windows color (decimal): -8752527 or 7434874. OLE color: 7434874.

HSL color Cylindrical-coordinate representation of color #7A7271: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7271 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 114 113 -
CMYK 0 0.07 0.07 0.52
HSL 6.67º 0.04% 0.46% -
HSV(B) 6.67º 0.07% 0.48% -
XYZ 17.02 17.36 18.08 -
YUV 116.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 122 114 113 0 0.07 0.07 0.52 6.67 0.04 0.46
Hex 7A 72 71 0 7 7 34 7 4 2E
Octal 172 162 161 0 7 7 64 7 4 56
Binary 1111010 1110010 1110001 0 111 111 110100 111 100 101110

Color Harmonies of #7A7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7271

Black with #7A7271

Text Example


Text Example

White with #7A7271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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