Html Css Color HEX #627872 Rolling Stone

📋 copy color: '#627872'

red 98 ◦ green 120 ◦ blue 114

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

Shades of Rolling Stone #627872

Tints of Rolling Stone #627872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 29.52%
G = 36.14%
B = 34.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#627872 (or 0x627872) is known color: Rolling Stone. HEX triplet: 62, 78 and 72. RGB value is (98,120,114). Sum of RGB (Red+Green+Blue) = 98+120+114=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #627872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627872 is #9D878D. Grayscale: #707070. Windows color (decimal): -10323854 or 7501922. OLE color: 7501922.

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

Color convert

RGB 98 120 114 -
CMYK 0.18 0 0.05 0.53
HSL 163.64º 0.1% 0.43% -
HSV(B) 163.64º 0.18% 0.47% -
XYZ 14.79 17.24 18.47 -
YUV 112.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 98 120 114 0.18 0 0.05 0.53 163.64 0.1 0.43
Hex 62 78 72 12 0 5 35 A4 A 2B
Octal 142 170 162 22 0 5 65 244 12 53
Binary 1100010 1111000 1110010 10010 0 101 110101 10100100 1010 101011

Color Harmonies of #627872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627872

Black with #627872

Text Example


Text Example

White with #627872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627872; }

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

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

background-color css

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

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

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

border-color css

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

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

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