Html Css Color HEX #627775 Rolling Stone

📋 copy color: '#627775'

red 98 ◦ green 119 ◦ blue 117

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

Shades of Rolling Stone #627775

Tints of Rolling Stone #627775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 29.34%
G = 35.63%
B = 35.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#627775 (or 0x627775) is known color: Rolling Stone. HEX triplet: 62, 77 and 75. RGB value is (98,119,117). Sum of RGB (Red+Green+Blue) = 98+119+117=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #627775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627775 is #9D888A. Grayscale: #707070. Windows color (decimal): -10324107 or 7698274. OLE color: 7698274.

HSL color Cylindrical-coordinate representation of color #627775: hue angle of 174.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627775 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 117 -
CMYK 0.18 0 0.02 0.53
HSL 174.29º 0.1% 0.43% -
HSV(B) 174.29º 0.18% 0.47% -
XYZ 14.84 17.07 19.34 -
YUV 112.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 98 119 117 0.18 0 0.02 0.53 174.29 0.1 0.43
Hex 62 77 75 12 0 2 35 AE A 2B
Octal 142 167 165 22 0 2 65 256 12 53
Binary 1100010 1110111 1110101 10010 0 10 110101 10101110 1010 101011

Color Harmonies of #627775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627775

Black with #627775

Text Example


Text Example

White with #627775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627775; }

 p { color: rgb(98,119,117); }

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

background-color css

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

 a { background-color: rgb(98,119,117); }

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

border-color css

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

 span { border-color: rgb(98,119,117); }

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