Html Css Color HEX #80874C Finch

📋 copy color: '#80874C'

red 128 ◦ green 135 ◦ blue 76

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

Shades of Finch #80874C

Tints of Finch #80874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 37.76%
G = 39.82%
B = 22.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#80874C (or 0x80874C) is known color: Finch. HEX triplet: 80, 87 and 4C. RGB value is (128,135,76). Sum of RGB (Red+Green+Blue) = 128+135+76=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #80874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80874C is #7F78B3. Grayscale: #7E7E7E. Windows color (decimal): -8353972 or 5015424. OLE color: 5015424.

HSL color Cylindrical-coordinate representation of color #80874C: hue angle of 67.12º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80874C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 76 -
CMYK 0.05 0 0.44 0.47
HSL 67.12º 0.28% 0.41% -
HSV(B) 67.12º 0.44% 0.53% -
XYZ 18.87 22.44 10.17 -
YUV 126.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 128 135 76 0.05 0 0.44 0.47 67.12 0.28 0.41
Hex 80 87 4C 5 0 2C 2F 43 1C 29
Octal 200 207 114 5 0 54 57 103 34 51
Binary 10000000 10000111 1001100 101 0 101100 101111 1000011 11100 101001

Color Harmonies of #80874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80874C

Black with #80874C

Text Example


Text Example

White with #80874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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