Html Css Color HEX #7F7472 Ferra

📋 copy color: '#7F7472'

red 127 ◦ green 116 ◦ blue 114

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

Shades of Ferra #7F7472

Tints of Ferra #7F7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 35.57%
G = 32.49%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F7472 (or 0x7F7472) is known color: Ferra. HEX triplet: 7F, 74 and 72. RGB value is (127,116,114). Sum of RGB (Red+Green+Blue) = 127+116+114=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7472 is #808B8D. Grayscale: #777777. Windows color (decimal): -8424334 or 7500927. OLE color: 7500927.

HSL color Cylindrical-coordinate representation of color #7F7472: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F7472 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 116 114 -
CMYK 0 0.09 0.10 0.50
HSL 9.23º 0.05% 0.47% -
HSV(B) 9.23º 0.1% 0.5% -
XYZ 18.04 18.22 18.49 -
YUV 119.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 127 116 114 0 0.09 0.10 0.50 9.23 0.05 0.47
Hex 7F 74 72 0 9 A 32 9 5 2F
Octal 177 164 162 0 11 12 62 11 5 57
Binary 1111111 1110100 1110010 0 1001 1010 110010 1001 101 101111

Color Harmonies of #7F7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7472

Black with #7F7472

Text Example


Text Example

White with #7F7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,114); }

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

background-color css

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

 a { background-color: rgb(127,116,114); }

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

border-color css

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

 span { border-color: rgb(127,116,114); }

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