#616B77

Color #616B77 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #616B77

Tints of Shuttle Grey #616B77

Color information

#616B77 (or 0x616B77) is unknown color: approx Shuttle Grey. HEX triplet: 61, 6B and 77. RGB value is (97,107,119). Sum of RGB (Red+Green+Blue) = 97+107+119=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #616B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B77 is #9E9488. Grayscale: #696969. Windows color (decimal): -10392713 or 7826273. OLE color: 7826273.

HSL color Cylindrical-coordinate representation of color #616B77: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616B77 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97107119-
CMYK0.180.1000.53
HSL212.73º10.19%42.35%-
HSV(B)212.73º18.49%46.67%-
XYZ13.5214.3919.52-
YUV105.38135.69122.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=30.03%
G=33.13%
B=36.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971071190.180.1000.53212.7310.1942.35
Hex616B7712A035d5a2a
Octal14115316722120653251252
Binary1100001110101111101111001010100110101110101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616B77; }

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

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

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

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

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

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

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

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