Html Css Color HEX #626772 Shuttle Grey

📋 copy color: '#626772'

red 98 ◦ green 103 ◦ blue 114

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

Shades of Shuttle Grey #626772

Tints of Shuttle Grey #626772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.7%

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

R = 31.11%
G = 32.7%
B = 36.19%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#626772 (or 0x626772) is known color: Shuttle Grey. HEX triplet: 62, 67 and 72. RGB value is (98,103,114). Sum of RGB (Red+Green+Blue) = 98+103+114=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #626772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626772 is #9D988D. Grayscale: #666666. Windows color (decimal): -10328206 or 7497570. OLE color: 7497570.

HSL color Cylindrical-coordinate representation of color #626772: hue angle of 221.25º 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 #626772 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 103 114 -
CMYK 0.14 0.10 0 0.55
HSL 221.25º 0.08% 0.42% -
HSV(B) 221.25º 0.14% 0.45% -
XYZ 12.92 13.51 17.85 -
YUV 102.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 98 103 114 0.14 0.10 0 0.55 221.25 0.08 0.42
Hex 62 67 72 E A 0 37 DD 8 2A
Octal 142 147 162 16 12 0 67 335 10 52
Binary 1100010 1100111 1110010 1110 1010 0 110111 11011101 1000 101010

Color Harmonies of #626772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626772

Black with #626772

Text Example


Text Example

White with #626772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626772; }

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

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

background-color css

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

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

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

border-color css

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

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

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