#7D8552

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

Shades of Finch #7D8552

Tints of Finch #7D8552

Color information

#7D8552 (or 0x7D8552) is unknown color: approx Finch. HEX triplet: 7D, 85 and 52. RGB value is (125,133,82). Sum of RGB (Red+Green+Blue) = 125+133+82=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8552 is #827AAD. Grayscale: #7C7C7C. Windows color (decimal): -8551086 or 5408125. OLE color: 5408125.

HSL color Cylindrical-coordinate representation of color #7D8552: hue angle of 69.41º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D8552 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB12513382-
CMYK0.0600.380.48
HSL69.41º23.72%42.16%-
HSV(B)69.41º38.35%52.16%-
XYZ18.3721.7411.21-
YUV124.79103.85128.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.76%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=36.76%
G=39.12%
B=24.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133820.0600.380.4869.4123.7242.16
Hex7D855260263045182a
Octal1752051226046601053052
Binary11111011000010110100101100100110110000100010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,133,82); }

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

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

 a { background-color: rgb(125,133,82); }

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

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

 span { border-color: rgb(125,133,82); }

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