Html Css Color HEX #676C7F Storm Grey

📋 copy color: '#676C7F'

red 103 ◦ green 108 ◦ blue 127

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

Shades of Storm Grey #676C7F

Tints of Storm Grey #676C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.57%

R = 30.47%
G = 31.95%
B = 37.57%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#676C7F (or 0x676C7F) is known color: Storm Grey. HEX triplet: 67, 6C and 7F. RGB value is (103,108,127). Sum of RGB (Red+Green+Blue) = 103+108+127=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #676C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C7F is #989380. Grayscale: #6C6C6C. Windows color (decimal): -9999233 or 8350823. OLE color: 8350823.

HSL color Cylindrical-coordinate representation of color #676C7F: hue angle of 227.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #676C7F is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 108 127 -
CMYK 0.19 0.15 0 0.50
HSL 227.5º 0.1% 0.45% -
HSV(B) 227.5º 0.19% 0.5% -
XYZ 14.79 15.14 22.22 -
YUV 108.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 103 108 127 0.19 0.15 0 0.50 227.5 0.1 0.45
Hex 67 6C 7F 13 F 0 32 E4 A 2D
Octal 147 154 177 23 17 0 62 344 12 55
Binary 1100111 1101100 1111111 10011 1111 0 110010 11100100 1010 101101

Color Harmonies of #676C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676C7F

Black with #676C7F

Text Example


Text Example

White with #676C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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