Html Css Color HEX #626E76 Mid Grey

📋 copy color: '#626E76'

red 98 ◦ green 110 ◦ blue 118

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

Shades of Mid Grey #626E76

Tints of Mid Grey #626E76

RGB

 RED value IS 98 (38.67% from 255) = 30.06%

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

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 30.06%
G = 33.74%
B = 36.2%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#626E76 (or 0x626E76) is known color: Mid Grey. HEX triplet: 62, 6E and 76. RGB value is (98,110,118). Sum of RGB (Red+Green+Blue) = 98+110+118=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #626E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E76 is #9D9189. Grayscale: #6B6B6B. Windows color (decimal): -10326410 or 7761506. OLE color: 7761506.

HSL color Cylindrical-coordinate representation of color #626E76: hue angle of 204º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #626E76 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 110 118 -
CMYK 0.17 0.07 0 0.54
HSL 204º 0.09% 0.42% -
HSV(B) 204º 0.17% 0.46% -
XYZ 13.88 15.06 19.31 -
YUV 107.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 98 110 118 0.17 0.07 0 0.54 204 0.09 0.42
Hex 62 6E 76 11 7 0 36 CC 9 2A
Octal 142 156 166 21 7 0 66 314 11 52
Binary 1100010 1101110 1110110 10001 111 0 110110 11001100 1001 101010

Color Harmonies of #626E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E76

Black with #626E76

Text Example


Text Example

White with #626E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626E76; }

 p { color: rgb(98,110,118); }

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

background-color css

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

 a { background-color: rgb(98,110,118); }

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

border-color css

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

 span { border-color: rgb(98,110,118); }

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