#757868

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

Shades of Finch #757868

Tints of Finch #757868

Color information

#757868 (or 0x757868) is unknown color: approx Finch. HEX triplet: 75, 78 and 68. RGB value is (117,120,104). Sum of RGB (Red+Green+Blue) = 117+120+104=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #757868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757868 is #8A8797. Grayscale: #757575. Windows color (decimal): -9078680 or 6846581. OLE color: 6846581.

HSL color Cylindrical-coordinate representation of color #757868: hue angle of 71.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #757868 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB117120104-
CMYK0.0200.130.53
HSL71.25º7.14%43.92%-
HSV(B)71.25º13.33%47.06%-
XYZ16.5518.2115.74-
YUV117.28120.51127.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=34.31%
G=35.19%
B=30.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171201040.0200.130.5371.257.1443.92
Hex75786820D354772c
Octal165170150201565107754
Binary11101011111000110100010011011101011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757868; }

 p { color: rgb(117,120,104); }

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

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

 a { background-color: rgb(117,120,104); }

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

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

 span { border-color: rgb(117,120,104); }

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