Html Css Color HEX #676E75 Mid Grey

📋 copy color: '#676E75'

red 103 ◦ green 110 ◦ blue 117

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

Shades of Mid Grey #676E75

Tints of Mid Grey #676E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 31.21%
G = 33.33%
B = 35.45%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#676E75 (or 0x676E75) is known color: Mid Grey. HEX triplet: 67, 6E and 75. RGB value is (103,110,117). Sum of RGB (Red+Green+Blue) = 103+110+117=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #676E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E75 is #98918A. Grayscale: #6C6C6C. Windows color (decimal): -9998731 or 7695975. OLE color: 7695975.

HSL color Cylindrical-coordinate representation of color #676E75: hue angle of 210º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676E75 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 110 117 -
CMYK 0.12 0.06 0 0.54
HSL 210º 0.06% 0.43% -
HSV(B) 210º 0.12% 0.46% -
XYZ 14.38 15.32 19.03 -
YUV 108.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 103 110 117 0.12 0.06 0 0.54 210 0.06 0.43
Hex 67 6E 75 C 6 0 36 D2 6 2B
Octal 147 156 165 14 6 0 66 322 6 53
Binary 1100111 1101110 1110101 1100 110 0 110110 11010010 110 101011

Color Harmonies of #676E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676E75

Black with #676E75

Text Example


Text Example

White with #676E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,110,117); }

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

background-color css

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

 a { background-color: rgb(103,110,117); }

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

border-color css

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

 span { border-color: rgb(103,110,117); }

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