Html Css Color HEX #676D72 Mid Grey

📋 copy color: '#676D72'

red 103 ◦ green 109 ◦ blue 114

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

Shades of Mid Grey #676D72

Tints of Mid Grey #676D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.44%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 31.6%
G = 33.44%
B = 34.97%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676D72 (or 0x676D72) is known color: Mid Grey. HEX triplet: 67, 6D and 72. RGB value is (103,109,114). Sum of RGB (Red+Green+Blue) = 103+109+114=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #676D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D72 is #98928D. Grayscale: #6B6B6B. Windows color (decimal): -9998990 or 7499111. OLE color: 7499111.

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

Color convert

RGB 103 109 114 -
CMYK 0.10 0.04 0 0.55
HSL 207.27º 0.05% 0.43% -
HSV(B) 207.27º 0.1% 0.45% -
XYZ 14.1 15.04 18.08 -
YUV 107.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 103 109 114 0.10 0.04 0 0.55 207.27 0.05 0.43
Hex 67 6D 72 A 4 0 37 CF 5 2B
Octal 147 155 162 12 4 0 67 317 5 53
Binary 1100111 1101101 1110010 1010 100 0 110111 11001111 101 101011

Color Harmonies of #676D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D72

Black with #676D72

Text Example


Text Example

White with #676D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,109,114); }

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

background-color css

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

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

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

border-color css

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

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

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