Html Css Color HEX #626E75 Mid Grey

📋 copy color: '#626E75'

red 98 ◦ green 110 ◦ blue 117

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

Shades of Mid Grey #626E75

Tints of Mid Grey #626E75

RGB

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

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

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

R = 30.15%
G = 33.85%
B = 36%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#626E75 (or 0x626E75) is known color: Mid Grey. HEX triplet: 62, 6E and 75. RGB value is (98,110,117). Sum of RGB (Red+Green+Blue) = 98+110+117=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #626E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E75 is #9D918A. Grayscale: #6B6B6B. Windows color (decimal): -10326411 or 7695970. OLE color: 7695970.

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

Color convert

RGB 98 110 117 -
CMYK 0.16 0.06 0 0.54
HSL 202.11º 0.09% 0.42% -
HSV(B) 202.11º 0.16% 0.46% -
XYZ 13.82 15.03 19 -
YUV 107.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 98 110 117 0.16 0.06 0 0.54 202.11 0.09 0.42
Hex 62 6E 75 10 6 0 36 CA 9 2A
Octal 142 156 165 20 6 0 66 312 11 52
Binary 1100010 1101110 1110101 10000 110 0 110110 11001010 1001 101010

Color Harmonies of #626E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E75

Black with #626E75

Text Example


Text Example

White with #626E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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