#7D8554

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

Shades of Finch #7D8554

Tints of Finch #7D8554

Color information

#7D8554 (or 0x7D8554) is unknown color: approx Finch. HEX triplet: 7D, 85 and 54. RGB value is (125,133,84). Sum of RGB (Red+Green+Blue) = 125+133+84=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8554 is #827AAB. Grayscale: #7D7D7D. Windows color (decimal): -8551084 or 5539197. OLE color: 5539197.

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

Color convert

RGB12513384-
CMYK0.0600.370.48
HSL69.8º22.58%42.55%-
HSV(B)69.8º36.84%52.16%-
XYZ18.4521.7811.62-
YUV125.02104.85127.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.55%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=36.55%
G=38.89%
B=24.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133840.0600.370.4869.822.5842.55
Hex7D855460253046172b
Octal1752051246045601062753
Binary11111011000010110101001100100101110000100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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