Html Css Color HEX #676977 Comet

📋 copy color: '#676977'

red 103 ◦ green 105 ◦ blue 119

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

Shades of Comet #676977

Tints of Comet #676977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 31.5%
G = 32.11%
B = 36.39%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676977 (or 0x676977) is known color: Comet. HEX triplet: 67, 69 and 77. RGB value is (103,105,119). Sum of RGB (Red+Green+Blue) = 103+105+119=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #676977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676977 is #989688. Grayscale: #696969. Windows color (decimal): -10000009 or 7825767. OLE color: 7825767.

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

Color convert

RGB 103 105 119 -
CMYK 0.13 0.12 0 0.53
HSL 232.5º 0.07% 0.44% -
HSV(B) 232.5º 0.13% 0.47% -
XYZ 13.97 14.32 19.48 -
YUV 106 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 103 105 119 0.13 0.12 0 0.53 232.5 0.07 0.44
Hex 67 69 77 D C 0 35 E8 7 2C
Octal 147 151 167 15 14 0 65 350 7 54
Binary 1100111 1101001 1110111 1101 1100 0 110101 11101000 111 101100

Color Harmonies of #676977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676977

Black with #676977

Text Example


Text Example

White with #676977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676977; }

 p { color: rgb(103,105,119); }

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

background-color css

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

 a { background-color: rgb(103,105,119); }

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

border-color css

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

 span { border-color: rgb(103,105,119); }

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