Html Css Color HEX #807473 Ferra

📋 copy color: '#807473'

red 128 ◦ green 116 ◦ blue 115

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

Shades of Ferra #807473

Tints of Ferra #807473

RGB

 RED value IS 128 (50.39% from 255) = 35.65%

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

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

R = 35.65%
G = 32.31%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#807473 (or 0x807473) is known color: Ferra. HEX triplet: 80, 74 and 73. RGB value is (128,116,115). Sum of RGB (Red+Green+Blue) = 128+116+115=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #807473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807473 is #7F8B8C. Grayscale: #777777. Windows color (decimal): -8358797 or 7566464. OLE color: 7566464.

HSL color Cylindrical-coordinate representation of color #807473: hue angle of 4.62º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807473 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 115 -
CMYK 0 0.09 0.10 0.50
HSL 4.62º 0.05% 0.48% -
HSV(B) 4.62º 0.1% 0.5% -
XYZ 18.24 18.32 18.79 -
YUV 119.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 128 116 115 0 0.09 0.10 0.50 4.62 0.05 0.48
Hex 80 74 73 0 9 A 32 5 5 30
Octal 200 164 163 0 11 12 62 5 5 60
Binary 10000000 1110100 1110011 0 1001 1010 110010 101 101 110000

Color Harmonies of #807473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807473

Black with #807473

Text Example


Text Example

White with #807473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807473; }

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

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

background-color css

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

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

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

border-color css

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

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

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