Html Css Color HEX #676271 Smoky

📋 copy color: '#676271'

red 103 ◦ green 98 ◦ blue 113

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

Shades of Smoky #676271

Tints of Smoky #676271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 32.8%
G = 31.21%
B = 35.99%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676271 (or 0x676271) is known color: Smoky. HEX triplet: 67, 62 and 71. RGB value is (103,98,113). Sum of RGB (Red+Green+Blue) = 103+98+113=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #676271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676271 is #989D8E. Grayscale: #656565. Windows color (decimal): -10001807 or 7430759. OLE color: 7430759.

HSL color Cylindrical-coordinate representation of color #676271: hue angle of 260º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #676271 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 98 113 -
CMYK 0.09 0.13 0 0.56
HSL 260º 0.07% 0.41% -
HSV(B) 260º 0.13% 0.44% -
XYZ 12.94 12.81 17.41 -
YUV 101.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 103 98 113 0.09 0.13 0 0.56 260 0.07 0.41
Hex 67 62 71 9 D 0 38 104 7 29
Octal 147 142 161 11 15 0 70 404 7 51
Binary 1100111 1100010 1110001 1001 1101 0 111000 100000100 111 101001

Color Harmonies of #676271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676271

Black with #676271

Text Example


Text Example

White with #676271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676271; }

 p { color: rgb(103,98,113); }

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

background-color css

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

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

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

border-color css

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

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

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