Html Css Color HEX #626C72 Mid Grey

📋 copy color: '#626C72'

red 98 ◦ green 108 ◦ blue 114

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

Shades of Mid Grey #626C72

Tints of Mid Grey #626C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

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

R = 30.63%
G = 33.75%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#626C72 (or 0x626C72) is known color: Mid Grey. HEX triplet: 62, 6C and 72. RGB value is (98,108,114). Sum of RGB (Red+Green+Blue) = 98+108+114=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #626C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C72 is #9D938D. Grayscale: #696969. Windows color (decimal): -10326926 or 7498850. OLE color: 7498850.

HSL color Cylindrical-coordinate representation of color #626C72: hue angle of 202.5º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626C72 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 108 114 -
CMYK 0.14 0.05 0 0.55
HSL 202.5º 0.08% 0.42% -
HSV(B) 202.5º 0.14% 0.45% -
XYZ 13.44 14.54 18.02 -
YUV 105.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 98 108 114 0.14 0.05 0 0.55 202.5 0.08 0.42
Hex 62 6C 72 E 5 0 37 CA 8 2A
Octal 142 154 162 16 5 0 67 312 10 52
Binary 1100010 1101100 1110010 1110 101 0 110111 11001010 1000 101010

Color Harmonies of #626C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C72

Black with #626C72

Text Example


Text Example

White with #626C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,108,114); }

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

background-color css

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

 a { background-color: rgb(98,108,114); }

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

border-color css

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

 span { border-color: rgb(98,108,114); }

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