Html Css Color HEX #607772 Rolling Stone

📋 copy color: '#607772'

red 96 ◦ green 119 ◦ blue 114

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

Shades of Rolling Stone #607772

Tints of Rolling Stone #607772

RGB

 RED value IS 96 (37.89% from 255) = 29.18%

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

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

R = 29.18%
G = 36.17%
B = 34.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#607772 (or 0x607772) is known color: Rolling Stone. HEX triplet: 60, 77 and 72. RGB value is (96,119,114). Sum of RGB (Red+Green+Blue) = 96+119+114=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #607772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607772 is #9F888D. Grayscale: #6F6F6F. Windows color (decimal): -10455182 or 7501664. OLE color: 7501664.

HSL color Cylindrical-coordinate representation of color #607772: hue angle of 166.96º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607772 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 114 -
CMYK 0.19 0 0.04 0.53
HSL 166.96º 0.11% 0.42% -
HSV(B) 166.96º 0.19% 0.47% -
XYZ 14.46 16.9 18.42 -
YUV 111.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 96 119 114 0.19 0 0.04 0.53 166.96 0.11 0.42
Hex 60 77 72 13 0 4 35 A7 B 2A
Octal 140 167 162 23 0 4 65 247 13 52
Binary 1100000 1110111 1110010 10011 0 100 110101 10100111 1011 101010

Color Harmonies of #607772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607772

Black with #607772

Text Example


Text Example

White with #607772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607772; }

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

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

background-color css

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

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

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

border-color css

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

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

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