Html Css Color HEX #677075 Mid Grey

📋 copy color: '#677075'

red 103 ◦ green 112 ◦ blue 117

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

Shades of Mid Grey #677075

Tints of Mid Grey #677075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 31.02%
G = 33.73%
B = 35.24%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#677075 (or 0x677075) is known color: Mid Grey. HEX triplet: 67, 70 and 75. RGB value is (103,112,117). Sum of RGB (Red+Green+Blue) = 103+112+117=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 117 - color contains mainly: blue. Hex color #677075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677075 is #988F8A. Grayscale: #6D6D6D. Windows color (decimal): -9998219 or 7696487. OLE color: 7696487.

HSL color Cylindrical-coordinate representation of color #677075: hue angle of 201.43º 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 #677075 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 112 117 -
CMYK 0.12 0.04 0 0.54
HSL 201.43º 0.06% 0.43% -
HSV(B) 201.43º 0.12% 0.46% -
XYZ 14.6 15.76 19.1 -
YUV 109.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 103 112 117 0.12 0.04 0 0.54 201.43 0.06 0.43
Hex 67 70 75 C 4 0 36 C9 6 2B
Octal 147 160 165 14 4 0 66 311 6 53
Binary 1100111 1110000 1110101 1100 100 0 110110 11001001 110 101011

Color Harmonies of #677075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677075

Black with #677075

Text Example


Text Example

White with #677075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677075; }

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

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

background-color css

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

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

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

border-color css

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

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

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