Html Css Color HEX #676676 Comet

📋 copy color: '#676676'

red 103 ◦ green 102 ◦ blue 118

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

Shades of Comet #676676

Tints of Comet #676676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 31.89%
G = 31.58%
B = 36.53%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#676676 (or 0x676676) is known color: Comet. HEX triplet: 67, 66 and 76. RGB value is (103,102,118). Sum of RGB (Red+Green+Blue) = 103+102+118=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #676676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676676 is #989989. Grayscale: #686868. Windows color (decimal): -10000778 or 7759463. OLE color: 7759463.

HSL color Cylindrical-coordinate representation of color #676676: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #676676 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 102 118 -
CMYK 0.13 0.14 0 0.54
HSL 243.75º 0.07% 0.43% -
HSV(B) 243.75º 0.14% 0.46% -
XYZ 13.61 13.69 19.07 -
YUV 104.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 103 102 118 0.13 0.14 0 0.54 243.75 0.07 0.43
Hex 67 66 76 D E 0 36 F4 7 2B
Octal 147 146 166 15 16 0 66 364 7 53
Binary 1100111 1100110 1110110 1101 1110 0 110110 11110100 111 101011

Color Harmonies of #676676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676676

Black with #676676

Text Example


Text Example

White with #676676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676676; }

 p { color: rgb(103,102,118); }

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

background-color css

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

 a { background-color: rgb(103,102,118); }

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

border-color css

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

 span { border-color: rgb(103,102,118); }

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