Html Css Color HEX #676A77 Comet

📋 copy color: '#676A77'

red 103 ◦ green 106 ◦ blue 119

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

Shades of Comet #676A77

Tints of Comet #676A77

RGB

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

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

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

R = 31.4%
G = 32.32%
B = 36.28%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676A77 (or 0x676A77) is known color: Comet. HEX triplet: 67, 6A and 77. RGB value is (103,106,119). Sum of RGB (Red+Green+Blue) = 103+106+119=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #676A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A77 is #989588. Grayscale: #6A6A6A. Windows color (decimal): -9999753 or 7826023. OLE color: 7826023.

HSL color Cylindrical-coordinate representation of color #676A77: hue angle of 228.75º 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 #676A77 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 106 119 -
CMYK 0.13 0.11 0 0.53
HSL 228.75º 0.07% 0.44% -
HSV(B) 228.75º 0.13% 0.47% -
XYZ 14.08 14.52 19.51 -
YUV 106.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 103 106 119 0.13 0.11 0 0.53 228.75 0.07 0.44
Hex 67 6A 77 D B 0 35 E5 7 2C
Octal 147 152 167 15 13 0 65 345 7 54
Binary 1100111 1101010 1110111 1101 1011 0 110101 11100101 111 101100

Color Harmonies of #676A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A77

Black with #676A77

Text Example


Text Example

White with #676A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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