Html Css Color HEX #627772 Rolling Stone

📋 copy color: '#627772'

red 98 ◦ green 119 ◦ blue 114

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

Shades of Rolling Stone #627772

Tints of Rolling Stone #627772

RGB

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

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

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

R = 29.61%
G = 35.95%
B = 34.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#627772 (or 0x627772) is known color: Rolling Stone. HEX triplet: 62, 77 and 72. RGB value is (98,119,114). Sum of RGB (Red+Green+Blue) = 98+119+114=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #627772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627772 is #9D888D. Grayscale: #707070. Windows color (decimal): -10324110 or 7501666. OLE color: 7501666.

HSL color Cylindrical-coordinate representation of color #627772: hue angle of 165.71º 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 #627772 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 114 -
CMYK 0.18 0 0.04 0.53
HSL 165.71º 0.1% 0.43% -
HSV(B) 165.71º 0.18% 0.47% -
XYZ 14.67 17.01 18.43 -
YUV 112.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 98 119 114 0.18 0 0.04 0.53 165.71 0.1 0.43
Hex 62 77 72 12 0 4 35 A6 A 2B
Octal 142 167 162 22 0 4 65 246 12 53
Binary 1100010 1110111 1110010 10010 0 100 110101 10100110 1010 101011

Color Harmonies of #627772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627772

Black with #627772

Text Example


Text Example

White with #627772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627772; }

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

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

background-color css

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

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

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

border-color css

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

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

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