#75776B

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

Shades of Finch #75776B

Tints of Finch #75776B

Color information

#75776B (or 0x75776B) is unknown color: approx Finch. HEX triplet: 75, 77 and 6B. RGB value is (117,119,107). Sum of RGB (Red+Green+Blue) = 117+119+107=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 119 - color contains mainly: green. Hex color #75776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75776B is #8A8894. Grayscale: #757575. Windows color (decimal): -9078933 or 7042933. OLE color: 7042933.

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

Color convert

RGB117119107-
CMYK0.0200.100.53
HSL70º5.31%44.31%-
HSV(B)70º10.08%46.67%-
XYZ16.5918.0416.52-
YUV117.03122.34127.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=34.11%
G=34.69%
B=31.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191070.0200.100.53705.3144.31
Hex75776B20A354652c
Octal165167153201265106554
Binary11101011110111110101110010101101011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75776B; }

 p { color: rgb(117,119,107); }

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

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

 a { background-color: rgb(117,119,107); }

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

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

 span { border-color: rgb(117,119,107); }

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