#676B7A

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

Shades of Comet #676B7A

Tints of Comet #676B7A

Color information

#676B7A (or 0x676B7A) is unknown color: approx Comet. HEX triplet: 67, 6B and 7A. RGB value is (103,107,122). Sum of RGB (Red+Green+Blue) = 103+107+122=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #676B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B7A is #989485. Grayscale: #6B6B6B. Windows color (decimal): -9999494 or 8022887. OLE color: 8022887.

HSL color Cylindrical-coordinate representation of color #676B7A: hue angle of 227.37º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676B7A is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103107122-
CMYK0.160.1200.52
HSL227.37º8.44%44.12%-
HSV(B)227.37º15.57%47.84%-
XYZ14.3614.820.51-
YUV107.51136.17124.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=31.02%
G=32.23%
B=36.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031071220.160.1200.52227.378.4444.12
Hex676B7A10C034e382c
Octal14715317220140643431054
Binary1100111110101111110101000011000110100111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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