Html Css Color HEX #676B7C Comet

📋 copy color: '#676B7C'

red 103 ◦ green 107 ◦ blue 124

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

Shades of Comet #676B7C

Tints of Comet #676B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 30.84%
G = 32.04%
B = 37.13%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#676B7C (or 0x676B7C) is known color: Comet. HEX triplet: 67, 6B and 7C. RGB value is (103,107,124). Sum of RGB (Red+Green+Blue) = 103+107+124=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #676B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B7C is #989483. Grayscale: #6B6B6B. Windows color (decimal): -9999492 or 8153959. OLE color: 8153959.

HSL color Cylindrical-coordinate representation of color #676B7C: hue angle of 228.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676B7C is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 107 124 -
CMYK 0.17 0.14 0 0.51
HSL 228.57º 0.09% 0.45% -
HSV(B) 228.57º 0.17% 0.49% -
XYZ 14.49 14.85 21.17 -
YUV 107.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 103 107 124 0.17 0.14 0 0.51 228.57 0.09 0.45
Hex 67 6B 7C 11 E 0 33 E5 9 2D
Octal 147 153 174 21 16 0 63 345 11 55
Binary 1100111 1101011 1111100 10001 1110 0 110011 11100101 1001 101101

Color Harmonies of #676B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676B7C

Black with #676B7C

Text Example


Text Example

White with #676B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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