#676B71

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

Shades of Shuttle Grey #676B71

Tints of Shuttle Grey #676B71

Color information

#676B71 (or 0x676B71) is unknown color: approx Shuttle Grey. HEX triplet: 67, 6B and 71. RGB value is (103,107,113). Sum of RGB (Red+Green+Blue) = 103+107+113=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 113 - color contains mainly: blue. Hex color #676B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B71 is #98948E. Grayscale: #6A6A6A. Windows color (decimal): -9999503 or 7433063. OLE color: 7433063.

HSL color Cylindrical-coordinate representation of color #676B71: hue angle of 216º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #676B71 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB103107113-
CMYK0.090.0500.56
HSL216º4.63%42.35%-
HSV(B)216º8.85%44.31%-
XYZ13.8314.5917.71-
YUV106.49131.67125.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=31.89%
G=33.13%
B=34.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031071130.090.0500.562164.6342.35
Hex676B7195038d852a
Octal147153161115070330552
Binary1100111110101111100011001101011100011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676B71; }

 p { color: rgb(103,107,113); }

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

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

 a { background-color: rgb(103,107,113); }

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

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

 span { border-color: rgb(103,107,113); }

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