Html Css Color HEX #787473 Ferra

📋 copy color: '#787473'

red 120 ◦ green 116 ◦ blue 115

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

Shades of Ferra #787473

Tints of Ferra #787473

RGB

 RED value IS 120 (47.27% from 255) = 34.19%

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

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

R = 34.19%
G = 33.05%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#787473 (or 0x787473) is known color: Ferra. HEX triplet: 78, 74 and 73. RGB value is (120,116,115). Sum of RGB (Red+Green+Blue) = 120+116+115=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 120 - color contains mainly: red. Hex color #787473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787473 is #878B8C. Grayscale: #757575. Windows color (decimal): -8883085 or 7566456. OLE color: 7566456.

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

Color convert

RGB 120 116 115 -
CMYK 0 0.03 0.04 0.53
HSL 12º 0.02% 0.46% -
HSV(B) 12º 0.04% 0.47% -
XYZ 17.09 17.72 18.74 -
YUV 117.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 120 116 115 0 0.03 0.04 0.53 12 0.02 0.46
Hex 78 74 73 0 3 4 35 C 2 2E
Octal 170 164 163 0 3 4 65 14 2 56
Binary 1111000 1110100 1110011 0 11 100 110101 1100 10 101110

Color Harmonies of #787473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787473

Black with #787473

Text Example


Text Example

White with #787473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787473; }

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

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

background-color css

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

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

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

border-color css

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

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

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