Html Css Color HEX #617E7A Rolling Stone

📋 copy color: '#617E7A'

red 97 ◦ green 126 ◦ blue 122

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

Shades of Rolling Stone #617E7A

Tints of Rolling Stone #617E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.52%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 28.12%
G = 36.52%
B = 35.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#617E7A (or 0x617E7A) is known color: Rolling Stone. HEX triplet: 61, 7E and 7A. RGB value is (97,126,122). Sum of RGB (Red+Green+Blue) = 97+126+122=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 126 - color contains mainly: green. Hex color #617E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E7A is #9E8185. Grayscale: #747474. Windows color (decimal): -10387846 or 8027745. OLE color: 8027745.

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

Color convert

RGB 97 126 122 -
CMYK 0.23 0 0.03 0.51
HSL 171.72º 0.13% 0.44% -
HSV(B) 171.72º 0.23% 0.49% -
XYZ 15.9 18.87 21.22 -
YUV 116.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 97 126 122 0.23 0 0.03 0.51 171.72 0.13 0.44
Hex 61 7E 7A 17 0 3 33 AC D 2C
Octal 141 176 172 27 0 3 63 254 15 54
Binary 1100001 1111110 1111010 10111 0 11 110011 10101100 1101 101100

Color Harmonies of #617E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617E7A

Black with #617E7A

Text Example


Text Example

White with #617E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,126,122); }

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

background-color css

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

 a { background-color: rgb(97,126,122); }

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

border-color css

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

 span { border-color: rgb(97,126,122); }

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