#676B7F

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

Shades of Comet #676B7F

Tints of Comet #676B7F

Color information

#676B7F (or 0x676B7F) is unknown color: approx Comet. HEX triplet: 67, 6B and 7F. RGB value is (103,107,127). Sum of RGB (Red+Green+Blue) = 103+107+127=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #676B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B7F is #989480. Grayscale: #6C6C6C. Windows color (decimal): -9999489 or 8350567. OLE color: 8350567.

HSL color Cylindrical-coordinate representation of color #676B7F: hue angle of 230º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #676B7F is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB103107127-
CMYK0.190.1600.50
HSL230º10.43%45.1%-
HSV(B)230º18.9%49.8%-
XYZ14.6814.9322.19-
YUV108.08138.67124.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 127 (50% from 255) = 37.69%
R=30.56%
G=31.75%
B=37.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1031071270.190.1600.5023010.4345.1
Hex676B7F1310032e6a2d
Octal14715317723200623461255
Binary11001111101011111111110011100000110010111001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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