Html Css Color HEX #676A75 Comet

📋 copy color: '#676A75'

red 103 ◦ green 106 ◦ blue 117

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

Shades of Comet #676A75

Tints of Comet #676A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 31.6%
G = 32.52%
B = 35.89%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#676A75 (or 0x676A75) is known color: Comet. HEX triplet: 67, 6A and 75. RGB value is (103,106,117). Sum of RGB (Red+Green+Blue) = 103+106+117=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #676A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A75 is #98958A. Grayscale: #6A6A6A. Windows color (decimal): -9999755 or 7694951. OLE color: 7694951.

HSL color Cylindrical-coordinate representation of color #676A75: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676A75 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 106 117 -
CMYK 0.12 0.09 0 0.54
HSL 227.14º 0.06% 0.43% -
HSV(B) 227.14º 0.12% 0.46% -
XYZ 13.96 14.48 18.89 -
YUV 106.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 103 106 117 0.12 0.09 0 0.54 227.14 0.06 0.43
Hex 67 6A 75 C 9 0 36 E3 6 2B
Octal 147 152 165 14 11 0 66 343 6 53
Binary 1100111 1101010 1110101 1100 1001 0 110110 11100011 110 101011

Color Harmonies of #676A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A75

Black with #676A75

Text Example


Text Example

White with #676A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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