Html Css Color HEX #676770 Comet

📋 copy color: '#676770'

red 103 ◦ green 103 ◦ blue 112

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

Shades of Comet #676770

Tints of Comet #676770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 32.39%
G = 32.39%
B = 35.22%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676770 (or 0x676770) is known color: Comet. HEX triplet: 67, 67 and 70. RGB value is (103,103,112). Sum of RGB (Red+Green+Blue) = 103+103+112=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #676770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676770 is #98988F. Grayscale: #676767. Windows color (decimal): -10000528 or 7366503. OLE color: 7366503.

HSL color Cylindrical-coordinate representation of color #676770: hue angle of 240º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #676770 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 103 112 -
CMYK 0.08 0.08 0 0.56
HSL 240º 0.04% 0.42% -
HSV(B) 240º 0.08% 0.44% -
XYZ 13.37 13.75 17.28 -
YUV 104.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 103 103 112 0.08 0.08 0 0.56 240 0.04 0.42
Hex 67 67 70 8 8 0 38 F0 4 2A
Octal 147 147 160 10 10 0 70 360 4 52
Binary 1100111 1100111 1110000 1000 1000 0 111000 11110000 100 101010

Color Harmonies of #676770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676770

Black with #676770

Text Example


Text Example

White with #676770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676770; }

 p { color: rgb(103,103,112); }

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

background-color css

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

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

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

border-color css

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

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

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