Html Css Color HEX #627C7A Rolling Stone

📋 copy color: '#627C7A'

red 98 ◦ green 124 ◦ blue 122

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

Shades of Rolling Stone #627C7A

Tints of Rolling Stone #627C7A

RGB

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

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

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

R = 28.49%
G = 36.05%
B = 35.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#627C7A (or 0x627C7A) is known color: Rolling Stone. HEX triplet: 62, 7C and 7A. RGB value is (98,124,122). Sum of RGB (Red+Green+Blue) = 98+124+122=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #627C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C7A is #9D8385. Grayscale: #737373. Windows color (decimal): -10322822 or 8027234. OLE color: 8027234.

HSL color Cylindrical-coordinate representation of color #627C7A: hue angle of 175.38º 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 #627C7A is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 124 122 -
CMYK 0.21 0 0.02 0.51
HSL 175.38º 0.12% 0.44% -
HSV(B) 175.38º 0.21% 0.49% -
XYZ 15.76 18.42 21.14 -
YUV 116 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 98 124 122 0.21 0 0.02 0.51 175.38 0.12 0.44
Hex 62 7C 7A 15 0 2 33 AF C 2C
Octal 142 174 172 25 0 2 63 257 14 54
Binary 1100010 1111100 1111010 10101 0 10 110011 10101111 1100 101100

Color Harmonies of #627C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C7A

Black with #627C7A

Text Example


Text Example

White with #627C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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