Html Css Color HEX #616772 Shuttle Grey

📋 copy color: '#616772'

red 97 ◦ green 103 ◦ blue 114

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

Shades of Shuttle Grey #616772

Tints of Shuttle Grey #616772

RGB

 RED value IS 97 (38.28% from 255) = 30.89%

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

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

R = 30.89%
G = 32.8%
B = 36.31%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616772 (or 0x616772) is known color: Shuttle Grey. HEX triplet: 61, 67 and 72. RGB value is (97,103,114). Sum of RGB (Red+Green+Blue) = 97+103+114=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #616772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616772 is #9E988D. Grayscale: #666666. Windows color (decimal): -10393742 or 7497569. OLE color: 7497569.

HSL color Cylindrical-coordinate representation of color #616772: hue angle of 218.82º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616772 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 103 114 -
CMYK 0.15 0.10 0 0.55
HSL 218.82º 0.08% 0.41% -
HSV(B) 218.82º 0.15% 0.45% -
XYZ 12.82 13.46 17.84 -
YUV 102.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 97 103 114 0.15 0.10 0 0.55 218.82 0.08 0.41
Hex 61 67 72 F A 0 37 DB 8 29
Octal 141 147 162 17 12 0 67 333 10 51
Binary 1100001 1100111 1110010 1111 1010 0 110111 11011011 1000 101001

Color Harmonies of #616772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616772

Black with #616772

Text Example


Text Example

White with #616772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616772; }

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

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

background-color css

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

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

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

border-color css

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

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

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