Html Css Color HEX #7D7472 Ferra

📋 copy color: '#7D7472'

red 125 ◦ green 116 ◦ blue 114

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

Shades of Ferra #7D7472

Tints of Ferra #7D7472

RGB

 RED value IS 125 (49.22% from 255) = 35.21%

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

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

R = 35.21%
G = 32.68%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D7472 (or 0x7D7472) is known color: Ferra. HEX triplet: 7D, 74 and 72. RGB value is (125,116,114). Sum of RGB (Red+Green+Blue) = 125+116+114=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7472 is #828B8D. Grayscale: #767676. Windows color (decimal): -8555406 or 7500925. OLE color: 7500925.

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

Color convert

RGB 125 116 114 -
CMYK 0 0.07 0.09 0.51
HSL 10.91º 0.05% 0.47% -
HSV(B) 10.91º 0.09% 0.49% -
XYZ 17.74 18.07 18.47 -
YUV 118.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 125 116 114 0 0.07 0.09 0.51 10.91 0.05 0.47
Hex 7D 74 72 0 7 9 33 B 5 2F
Octal 175 164 162 0 7 11 63 13 5 57
Binary 1111101 1110100 1110010 0 111 1001 110011 1011 101 101111

Color Harmonies of #7D7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7472

Black with #7D7472

Text Example


Text Example

White with #7D7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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