#7D7F4B

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

Shades of Finch #7D7F4B

Tints of Finch #7D7F4B

Color information

#7D7F4B (or 0x7D7F4B) is unknown color: approx Finch. HEX triplet: 7D, 7F and 4B. RGB value is (125,127,75). Sum of RGB (Red+Green+Blue) = 125+127+75=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7F4B is #8280B4. Grayscale: #787878. Windows color (decimal): -8552629 or 4947837. OLE color: 4947837.

HSL color Cylindrical-coordinate representation of color #7D7F4B: hue angle of 62.31º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D7F4B is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB12512775-
CMYK0.0200.410.50
HSL62.31º25.74%39.61%-
HSV(B)62.31º40.94%49.8%-
XYZ17.3220.059.61-
YUV120.47102.34131.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.23%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=38.23%
G=38.84%
B=22.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal125127750.0200.410.5062.3125.7439.61
Hex7D7F4B2029323e1a28
Octal175177113205162763250
Binary11111011111111100101110010100111001011111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,127,75); }

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

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

 a { background-color: rgb(125,127,75); }

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

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

 span { border-color: rgb(125,127,75); }

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