Html Css Color HEX #676972 Comet

📋 copy color: '#676972'

red 103 ◦ green 105 ◦ blue 114

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

Shades of Comet #676972

Tints of Comet #676972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 31.99%
G = 32.61%
B = 35.4%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676972 (or 0x676972) is known color: Comet. HEX triplet: 67, 69 and 72. RGB value is (103,105,114). Sum of RGB (Red+Green+Blue) = 103+105+114=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #676972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676972 is #98968D. Grayscale: #696969. Windows color (decimal): -10000014 or 7498087. OLE color: 7498087.

HSL color Cylindrical-coordinate representation of color #676972: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676972 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 105 114 -
CMYK 0.10 0.08 0 0.55
HSL 229.09º 0.05% 0.43% -
HSV(B) 229.09º 0.1% 0.45% -
XYZ 13.68 14.2 17.94 -
YUV 105.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 103 105 114 0.10 0.08 0 0.55 229.09 0.05 0.43
Hex 67 69 72 A 8 0 37 E5 5 2B
Octal 147 151 162 12 10 0 67 345 5 53
Binary 1100111 1101001 1110010 1010 1000 0 110111 11100101 101 101011

Color Harmonies of #676972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676972

Black with #676972

Text Example


Text Example

White with #676972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676972; }

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

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

background-color css

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

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

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

border-color css

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

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

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