#677772

Color #677772 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #677772

Tints of Rolling Stone #677772

Color information

#677772 (or 0x677772) is unknown color: approx Rolling Stone. HEX triplet: 67, 77 and 72. RGB value is (103,119,114). Sum of RGB (Red+Green+Blue) = 103+119+114=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #677772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677772 is #98888D. Grayscale: #717171. Windows color (decimal): -9996430 or 7501671. OLE color: 7501671.

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

Color convert

RGB103119114-
CMYK0.1300.040.53
HSL161.25º7.21%43.53%-
HSV(B)161.25º13.45%46.67%-
XYZ15.2317.2918.45-
YUV113.65128.2120.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=30.65%
G=35.42%
B=33.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031191140.1300.040.53161.257.2143.53
Hex677772D0435a172c
Octal147167162150465241754
Binary1100111111011111100101101010011010110100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677772; }

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

 H1.HeaderClassName
 {
   color: #677772;
 }
 .AnyTagClassName
 {
   color: #677772;
 }
</style>
background-color css

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

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

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

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

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

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