Html Css Color HEX #627C78 Rolling Stone

📋 copy color: '#627C78'

red 98 ◦ green 124 ◦ blue 120

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

Shades of Rolling Stone #627C78

Tints of Rolling Stone #627C78

RGB

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

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

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

R = 28.65%
G = 36.26%
B = 35.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#627C78 (or 0x627C78) is known color: Rolling Stone. HEX triplet: 62, 7C and 78. RGB value is (98,124,120). Sum of RGB (Red+Green+Blue) = 98+124+120=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #627C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C78 is #9D8387. Grayscale: #737373. Windows color (decimal): -10322824 or 7896162. OLE color: 7896162.

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

Color convert

RGB 98 124 120 -
CMYK 0.21 0 0.03 0.51
HSL 170.77º 0.12% 0.44% -
HSV(B) 170.77º 0.21% 0.49% -
XYZ 15.63 18.37 20.49 -
YUV 115.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 98 124 120 0.21 0 0.03 0.51 170.77 0.12 0.44
Hex 62 7C 78 15 0 3 33 AB C 2C
Octal 142 174 170 25 0 3 63 253 14 54
Binary 1100010 1111100 1111000 10101 0 11 110011 10101011 1100 101100

Color Harmonies of #627C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C78

Black with #627C78

Text Example


Text Example

White with #627C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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