Html Css Color HEX #627672 Rolling Stone

📋 copy color: '#627672'

red 98 ◦ green 118 ◦ blue 114

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

Shades of Rolling Stone #627672

Tints of Rolling Stone #627672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 29.7%
G = 35.76%
B = 34.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#627672 (or 0x627672) is known color: Rolling Stone. HEX triplet: 62, 76 and 72. RGB value is (98,118,114). Sum of RGB (Red+Green+Blue) = 98+118+114=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #627672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627672 is #9D898D. Grayscale: #6F6F6F. Windows color (decimal): -10324366 or 7501410. OLE color: 7501410.

HSL color Cylindrical-coordinate representation of color #627672: hue angle of 168º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #627672 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 118 114 -
CMYK 0.17 0 0.03 0.54
HSL 168º 0.09% 0.42% -
HSV(B) 168º 0.17% 0.46% -
XYZ 14.55 16.77 18.39 -
YUV 111.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 98 118 114 0.17 0 0.03 0.54 168 0.09 0.42
Hex 62 76 72 11 0 3 36 A8 9 2A
Octal 142 166 162 21 0 3 66 250 11 52
Binary 1100010 1110110 1110010 10001 0 11 110110 10101000 1001 101010

Color Harmonies of #627672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627672

Black with #627672

Text Example


Text Example

White with #627672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627672; }

 p { color: rgb(98,118,114); }

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

background-color css

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

 a { background-color: rgb(98,118,114); }

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

border-color css

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

 span { border-color: rgb(98,118,114); }

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