Html Css Color HEX #807573 Ferra

📋 copy color: '#807573'

red 128 ◦ green 117 ◦ blue 115

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

Shades of Ferra #807573

Tints of Ferra #807573

RGB

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

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

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

R = 35.56%
G = 32.5%
B = 31.94%

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

#807573 (or 0x807573) is known color: Ferra. HEX triplet: 80, 75 and 73. RGB value is (128,117,115). Sum of RGB (Red+Green+Blue) = 128+117+115=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 128 - color contains mainly: red. Hex color #807573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807573 is #7F8A8C. Grayscale: #787878. Windows color (decimal): -8358541 or 7566720. OLE color: 7566720.

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

Color convert

RGB 128 117 115 -
CMYK 0 0.09 0.10 0.50
HSL 9.23º 0.05% 0.48% -
HSV(B) 9.23º 0.1% 0.5% -
XYZ 18.36 18.55 18.83 -
YUV 120.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 128 117 115 0 0.09 0.10 0.50 9.23 0.05 0.48
Hex 80 75 73 0 9 A 32 9 5 30
Octal 200 165 163 0 11 12 62 11 5 60
Binary 10000000 1110101 1110011 0 1001 1010 110010 1001 101 110000

Color Harmonies of #807573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807573

Black with #807573

Text Example


Text Example

White with #807573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807573; }

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

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

background-color css

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

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

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

border-color css

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

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

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