Html Css Color HEX #627D7B Rolling Stone

📋 copy color: '#627D7B'

red 98 ◦ green 125 ◦ blue 123

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

Shades of Rolling Stone #627D7B

Tints of Rolling Stone #627D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 28.32%
G = 36.13%
B = 35.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#627D7B (or 0x627D7B) is known color: Rolling Stone. HEX triplet: 62, 7D and 7B. RGB value is (98,125,123). Sum of RGB (Red+Green+Blue) = 98+125+123=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 125 - color contains mainly: green. Hex color #627D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627D7B is #9D8284. Grayscale: #747474. Windows color (decimal): -10322565 or 8093026. OLE color: 8093026.

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

Color convert

RGB 98 125 123 -
CMYK 0.22 0 0.02 0.51
HSL 175.56º 0.12% 0.44% -
HSV(B) 175.56º 0.22% 0.49% -
XYZ 15.95 18.69 21.51 -
YUV 116.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 98 125 123 0.22 0 0.02 0.51 175.56 0.12 0.44
Hex 62 7D 7B 16 0 2 33 B0 C 2C
Octal 142 175 173 26 0 2 63 260 14 54
Binary 1100010 1111101 1111011 10110 0 10 110011 10110000 1100 101100

Color Harmonies of #627D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627D7B

Black with #627D7B

Text Example


Text Example

White with #627D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,125,123); }

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

background-color css

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

 a { background-color: rgb(98,125,123); }

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

border-color css

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

 span { border-color: rgb(98,125,123); }

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