#787372

Color #787372 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #787372

Tints of Ferra #787372

Color information

#787372 (or 0x787372) is unknown color: approx Ferra. HEX triplet: 78, 73 and 72. RGB value is (120,115,114). Sum of RGB (Red+Green+Blue) = 120+115+114=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 120 - color contains mainly: red. Hex color #787372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787372 is #878C8D. Grayscale: #747474. Windows color (decimal): -8883342 or 7500664. OLE color: 7500664.

HSL color Cylindrical-coordinate representation of color #787372: hue angle of 10º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #787372 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB120115114-
CMYK00.040.050.53
HSL10º2.56%45.88%-
HSV(B)10º5%47.06%-
XYZ16.9117.4718.4-
YUV116.38126.66130.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=34.38%
G=32.95%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011511400.040.050.53102.5645.88
Hex78737204535a32e
Octal1701631620456512356
Binary1111000111001111100100100101110101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787372; }

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

 H1.HeaderClassName
 {
   color: #787372;
 }
 .AnyTagClassName
 {
   color: #787372;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #787372;
 }
 .BgClassName
 {
   background-color: #787372;
 }
</style>
border-color css

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

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

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