Html Css Color HEX #7E7573 Ferra

📋 copy color: '#7E7573'

red 126 ◦ green 117 ◦ blue 115

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

Shades of Ferra #7E7573

Tints of Ferra #7E7573

RGB

 RED value IS 126 (49.61% from 255) = 35.2%

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 35.2%
G = 32.68%
B = 32.12%

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

#7E7573 (or 0x7E7573) is known color: Ferra. HEX triplet: 7E, 75 and 73. RGB value is (126,117,115). Sum of RGB (Red+Green+Blue) = 126+117+115=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7573 is #818A8C. Grayscale: #777777. Windows color (decimal): -8489613 or 7566718. OLE color: 7566718.

HSL color Cylindrical-coordinate representation of color #7E7573: 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 #7E7573 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 117 115 -
CMYK 0 0.07 0.09 0.51
HSL 10.91º 0.05% 0.47% -
HSV(B) 10.91º 0.09% 0.49% -
XYZ 18.06 18.4 18.82 -
YUV 119.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 126 117 115 0 0.07 0.09 0.51 10.91 0.05 0.47
Hex 7E 75 73 0 7 9 33 B 5 2F
Octal 176 165 163 0 7 11 63 13 5 57
Binary 1111110 1110101 1110011 0 111 1001 110011 1011 101 101111

Color Harmonies of #7E7573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7573

Black with #7E7573

Text Example


Text Example

White with #7E7573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,117,115); }

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

background-color css

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

 a { background-color: rgb(126,117,115); }

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

border-color css

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

 span { border-color: rgb(126,117,115); }

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