Html Css Color HEX #808752 Finch

📋 copy color: '#808752'

red 128 ◦ green 135 ◦ blue 82

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

Shades of Finch #808752

Tints of Finch #808752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 37.1%
G = 39.13%
B = 23.77%

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

#808752 (or 0x808752) is known color: Finch. HEX triplet: 80, 87 and 52. RGB value is (128,135,82). Sum of RGB (Red+Green+Blue) = 128+135+82=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #808752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808752 is #7F78AD. Grayscale: #7F7F7F. Windows color (decimal): -8353966 or 5408640. OLE color: 5408640.

HSL color Cylindrical-coordinate representation of color #808752: hue angle of 67.92º 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 #808752 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 82 -
CMYK 0.05 0 0.39 0.47
HSL 67.92º 0.24% 0.43% -
HSV(B) 67.92º 0.39% 0.53% -
XYZ 19.09 22.53 11.32 -
YUV 126.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 128 135 82 0.05 0 0.39 0.47 67.92 0.24 0.43
Hex 80 87 52 5 0 27 2F 44 18 2B
Octal 200 207 122 5 0 47 57 104 30 53
Binary 10000000 10000111 1010010 101 0 100111 101111 1000100 11000 101011

Color Harmonies of #808752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808752

Black with #808752

Text Example


Text Example

White with #808752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808752; }

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

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

background-color css

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

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

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

border-color css

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

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

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