Html Css Color HEX #676C73 Shuttle Grey

📋 copy color: '#676C73'

red 103 ◦ green 108 ◦ blue 115

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

Shades of Shuttle Grey #676C73

Tints of Shuttle Grey #676C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

 BLUE value IS 115 (45.31% from 255) = 35.28%

R = 31.6%
G = 33.13%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676C73 (or 0x676C73) is known color: Shuttle Grey. HEX triplet: 67, 6C and 73. RGB value is (103,108,115). Sum of RGB (Red+Green+Blue) = 103+108+115=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: blue. Hex color #676C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C73 is #98938C. Grayscale: #6B6B6B. Windows color (decimal): -9999245 or 7564391. OLE color: 7564391.

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

Color convert

RGB 103 108 115 -
CMYK 0.10 0.06 0 0.55
HSL 215º 0.06% 0.43% -
HSV(B) 215º 0.1% 0.45% -
XYZ 14.05 14.85 18.34 -
YUV 107.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 103 108 115 0.10 0.06 0 0.55 215 0.06 0.43
Hex 67 6C 73 A 6 0 37 D7 6 2B
Octal 147 154 163 12 6 0 67 327 6 53
Binary 1100111 1101100 1110011 1010 110 0 110111 11010111 110 101011

Color Harmonies of #676C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676C73

Black with #676C73

Text Example


Text Example

White with #676C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,108,115); }

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

background-color css

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

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

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

border-color css

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

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

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