Html Css Color HEX #7D7372 Ferra

📋 copy color: '#7D7372'

red 125 ◦ green 115 ◦ blue 114

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

Shades of Ferra #7D7372

Tints of Ferra #7D7372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 35.31%
G = 32.49%
B = 32.2%

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

#7D7372 (or 0x7D7372) is known color: Ferra. HEX triplet: 7D, 73 and 72. RGB value is (125,115,114). Sum of RGB (Red+Green+Blue) = 125+115+114=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7372 is #828C8D. Grayscale: #757575. Windows color (decimal): -8555662 or 7500669. OLE color: 7500669.

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

Color convert

RGB 125 115 114 -
CMYK 0 0.08 0.09 0.51
HSL 5.45º 0.05% 0.47% -
HSV(B) 5.45º 0.09% 0.49% -
XYZ 17.63 17.84 18.43 -
YUV 117.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 125 115 114 0 0.08 0.09 0.51 5.45 0.05 0.47
Hex 7D 73 72 0 8 9 33 5 5 2F
Octal 175 163 162 0 10 11 63 5 5 57
Binary 1111101 1110011 1110010 0 1000 1001 110011 101 101 101111

Color Harmonies of #7D7372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7372

Black with #7D7372

Text Example


Text Example

White with #7D7372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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