#656C74

Color #656C74 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #656C74

Tints of Mid Grey #656C74

Color information

#656C74 (or 0x656C74) is unknown color: approx Mid Grey. HEX triplet: 65, 6C and 74. RGB value is (101,108,116). Sum of RGB (Red+Green+Blue) = 101+108+116=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #656C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C74 is #9A938B. Grayscale: #6A6A6A. Windows color (decimal): -10130316 or 7629925. OLE color: 7629925.

HSL color Cylindrical-coordinate representation of color #656C74: hue angle of 212º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #656C74 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB101108116-
CMYK0.130.0700.55
HSL212º6.91%42.55%-
HSV(B)212º12.93%45.49%-
XYZ13.8814.7518.64-
YUV106.82133.18123.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=31.08%
G=33.23%
B=35.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011081160.130.0700.552126.9142.55
Hex656C74D7037d472b
Octal145154164157067324753
Binary1100101110110011101001101111011011111010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656C74; }

 p { color: rgb(101,108,116); }

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

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

 a { background-color: rgb(101,108,116); }

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

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

 span { border-color: rgb(101,108,116); }

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