Html Css Color HEX #676A79 Comet

📋 copy color: '#676A79'

red 103 ◦ green 106 ◦ blue 121

#676A79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #676A79

Tints of Comet #676A79

RGB

 RED value IS 103 (40.63% from 255) = 31.21%

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 31.21%
G = 32.12%
B = 36.67%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676A79 (or 0x676A79) is known color: Comet. HEX triplet: 67, 6A and 79. RGB value is (103,106,121). Sum of RGB (Red+Green+Blue) = 103+106+121=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #676A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A79 is #989586. Grayscale: #6A6A6A. Windows color (decimal): -9999751 or 7957095. OLE color: 7957095.

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

Color convert

RGB 103 106 121 -
CMYK 0.15 0.12 0 0.53
HSL 230º 0.08% 0.44% -
HSV(B) 230º 0.15% 0.47% -
XYZ 14.2 14.57 20.15 -
YUV 106.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 103 106 121 0.15 0.12 0 0.53 230 0.08 0.44
Hex 67 6A 79 F C 0 35 E6 8 2C
Octal 147 152 171 17 14 0 65 346 10 54
Binary 1100111 1101010 1111001 1111 1100 0 110101 11100110 1000 101100

Color Harmonies of #676A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A79

Black with #676A79

Text Example


Text Example

White with #676A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,106,121); }

 H1.HeaderClassName
 {
   color: #676A79;
 }
 .AnyTagClassName
 {
   color: #676A79;
 }
</style>

background-color css

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

 a { background-color: rgb(103,106,121); }

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

border-color css

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

 span { border-color: rgb(103,106,121); }

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