Html Css Color HEX #676872 Comet

📋 copy color: '#676872'

red 103 ◦ green 104 ◦ blue 114

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

Shades of Comet #676872

Tints of Comet #676872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

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

R = 32.09%
G = 32.4%
B = 35.51%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676872 (or 0x676872) is known color: Comet. HEX triplet: 67, 68 and 72. RGB value is (103,104,114). Sum of RGB (Red+Green+Blue) = 103+104+114=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #676872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676872 is #98978D. Grayscale: #686868. Windows color (decimal): -10000270 or 7497831. OLE color: 7497831.

HSL color Cylindrical-coordinate representation of color #676872: hue angle of 234.55º 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 #676872 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 104 114 -
CMYK 0.10 0.09 0 0.55
HSL 234.55º 0.05% 0.43% -
HSV(B) 234.55º 0.1% 0.45% -
XYZ 13.58 14 17.91 -
YUV 104.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 103 104 114 0.10 0.09 0 0.55 234.55 0.05 0.43
Hex 67 68 72 A 9 0 37 EB 5 2B
Octal 147 150 162 12 11 0 67 353 5 53
Binary 1100111 1101000 1110010 1010 1001 0 110111 11101011 101 101011

Color Harmonies of #676872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676872

Black with #676872

Text Example


Text Example

White with #676872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676872; }

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

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

background-color css

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

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

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

border-color css

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

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

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