Html Css Color HEX #617C78 Rolling Stone

📋 copy color: '#617C78'

red 97 ◦ green 124 ◦ blue 120

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

Shades of Rolling Stone #617C78

Tints of Rolling Stone #617C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 28.45%
G = 36.36%
B = 35.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#617C78 (or 0x617C78) is known color: Rolling Stone. HEX triplet: 61, 7C and 78. RGB value is (97,124,120). Sum of RGB (Red+Green+Blue) = 97+124+120=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #617C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C78 is #9E8387. Grayscale: #737373. Windows color (decimal): -10388360 or 7896161. OLE color: 7896161.

HSL color Cylindrical-coordinate representation of color #617C78: hue angle of 171.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617C78 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 124 120 -
CMYK 0.22 0 0.03 0.51
HSL 171.11º 0.12% 0.43% -
HSV(B) 171.11º 0.22% 0.49% -
XYZ 15.53 18.31 20.49 -
YUV 115.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 97 124 120 0.22 0 0.03 0.51 171.11 0.12 0.43
Hex 61 7C 78 16 0 3 33 AB C 2B
Octal 141 174 170 26 0 3 63 253 14 53
Binary 1100001 1111100 1111000 10110 0 11 110011 10101011 1100 101011

Color Harmonies of #617C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C78

Black with #617C78

Text Example


Text Example

White with #617C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617C78; }

 p { color: rgb(97,124,120); }

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

background-color css

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

 a { background-color: rgb(97,124,120); }

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

border-color css

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

 span { border-color: rgb(97,124,120); }

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