#7F8152

Color #7F8152 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #7F8152

Tints of Finch #7F8152

Color information

#7F8152 (or 0x7F8152) is unknown color: approx Finch. HEX triplet: 7F, 81 and 52. RGB value is (127,129,82). Sum of RGB (Red+Green+Blue) = 127+129+82=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #7F8152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8152 is #807EAD. Grayscale: #7B7B7B. Windows color (decimal): -8421038 or 5407103. OLE color: 5407103.

HSL color Cylindrical-coordinate representation of color #7F8152: hue angle of 62.55º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F8152 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB12712982-
CMYK0.0200.360.49
HSL62.55º22.27%41.37%-
HSV(B)62.55º36.43%50.59%-
XYZ18.1320.8211.05-
YUV123.04104.84130.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=37.57%
G=38.17%
B=24.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127129820.0200.360.4962.5522.2741.37
Hex7F81522024313f1629
Octal177201122204461772651
Binary111111110000001101001010010010011000111111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8152; }

 p { color: rgb(127,129,82); }

 H1.HeaderClassName
 {
   color: #7F8152;
 }
 .AnyTagClassName
 {
   color: #7F8152;
 }
</style>
background-color css

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

 a { background-color: rgb(127,129,82); }

 div.DivClassName
 {
   background-color: #7F8152;
 }
 .BgClassName
 {
   background-color: #7F8152;
 }
</style>
border-color css

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

 span { border-color: rgb(127,129,82); }

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