Html Css Color HEX #808753 Finch

📋 copy color: '#808753'

red 128 ◦ green 135 ◦ blue 83

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

Shades of Finch #808753

Tints of Finch #808753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.02%

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 36.99%
G = 39.02%
B = 23.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#808753 (or 0x808753) is known color: Finch. HEX triplet: 80, 87 and 53. RGB value is (128,135,83). Sum of RGB (Red+Green+Blue) = 128+135+83=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #808753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808753 is #7F78AC. Grayscale: #7F7F7F. Windows color (decimal): -8353965 or 5474176. OLE color: 5474176.

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

Color convert

RGB 128 135 83 -
CMYK 0.05 0 0.39 0.47
HSL 68.08º 0.24% 0.43% -
HSV(B) 68.08º 0.39% 0.53% -
XYZ 19.13 22.54 11.53 -
YUV 126.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 128 135 83 0.05 0 0.39 0.47 68.08 0.24 0.43
Hex 80 87 53 5 0 27 2F 44 18 2B
Octal 200 207 123 5 0 47 57 104 30 53
Binary 10000000 10000111 1010011 101 0 100111 101111 1000100 11000 101011

Color Harmonies of #808753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808753

Black with #808753

Text Example


Text Example

White with #808753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808753; }

 p { color: rgb(128,135,83); }

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

background-color css

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

 a { background-color: rgb(128,135,83); }

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

border-color css

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

 span { border-color: rgb(128,135,83); }

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